more moving
Before Width: | Height: | Size: 778 B After Width: | Height: | Size: 778 B |
Before Width: | Height: | Size: 663 B After Width: | Height: | Size: 663 B |
Before Width: | Height: | Size: 641 B After Width: | Height: | Size: 641 B |
Before Width: | Height: | Size: 659 B After Width: | Height: | Size: 659 B |
Before Width: | Height: | Size: 944 B After Width: | Height: | Size: 944 B |
Before Width: | Height: | Size: 688 B After Width: | Height: | Size: 688 B |
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 610 B |
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 680 B After Width: | Height: | Size: 680 B |
Before Width: | Height: | Size: 657 B After Width: | Height: | Size: 657 B |
Before Width: | Height: | Size: 615 B After Width: | Height: | Size: 615 B |
Before Width: | Height: | Size: 733 B After Width: | Height: | Size: 733 B |
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 143 B After Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 182 B After Width: | Height: | Size: 182 B |
Before Width: | Height: | Size: 111 B After Width: | Height: | Size: 111 B |
@ -18,8 +18,7 @@
|
|||||||
|
|
||||||
from PyQt4 import QtGui
|
from PyQt4 import QtGui
|
||||||
from constants import constants
|
from constants import constants
|
||||||
from util import buildResPath
|
from gen import about
|
||||||
from ui_gen import about
|
|
||||||
|
|
||||||
|
|
||||||
class DialogAbout(QtGui.QDialog, about.Ui_DialogAbout):
|
class DialogAbout(QtGui.QDialog, about.Ui_DialogAbout):
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Form implementation generated from reading ui file '../ui/about.ui'
|
# Form implementation generated from reading ui file 'ui/about.ui'
|
||||||
#
|
#
|
||||||
# Created: Tue Dec 25 12:28:41 2012
|
# Created: Tue Dec 25 12:57:05 2012
|
||||||
# by: PyQt4 UI code generator 4.9.6
|
# by: PyQt4 UI code generator 4.9.6
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
@ -1,8 +1,8 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Form implementation generated from reading ui file '../ui/preferences.ui'
|
# Form implementation generated from reading ui file 'ui/preferences.ui'
|
||||||
#
|
#
|
||||||
# Created: Tue Dec 25 12:28:19 2012
|
# Created: Tue Dec 25 12:57:05 2012
|
||||||
# by: PyQt4 UI code generator 4.9.6
|
# by: PyQt4 UI code generator 4.9.6
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Form implementation generated from reading ui file 'ui/reader.ui'
|
# Form implementation generated from reading ui file 'ui/reader.ui'
|
||||||
#
|
#
|
||||||
# Created: Tue Dec 25 12:50:48 2012
|
# Created: Tue Dec 25 12:57:05 2012
|
||||||
# by: PyQt4 UI code generator 4.9.6
|
# by: PyQt4 UI code generator 4.9.6
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
@ -17,8 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
from PyQt4 import QtGui, QtCore
|
from PyQt4 import QtGui, QtCore
|
||||||
from util import buildResPath
|
from gen import preferences
|
||||||
from ui_gen import preferences
|
|
||||||
|
|
||||||
|
|
||||||
class DialogPreferences(QtGui.QDialog, preferences.Ui_DialogPreferences):
|
class DialogPreferences(QtGui.QDialog, preferences.Ui_DialogPreferences):
|
||||||
|
@ -23,8 +23,7 @@ from preferences import DialogPreferences
|
|||||||
from update import UpdateFinder
|
from update import UpdateFinder
|
||||||
from about import DialogAbout
|
from about import DialogAbout
|
||||||
from constants import constants
|
from constants import constants
|
||||||
from util import buildResPath
|
from gen import reader
|
||||||
from ui_gen import reader
|
|
||||||
import reader_util
|
import reader_util
|
||||||
|
|
||||||
|
|
||||||
|