1

more moving

This commit is contained in:
Alex Yatskov 2012-12-25 12:59:38 -08:00
parent e1bf974cef
commit 47e327bbe0
26 changed files with 8 additions and 11 deletions

View File

Before

Width:  |  Height:  |  Size: 778 B

After

Width:  |  Height:  |  Size: 778 B

View File

Before

Width:  |  Height:  |  Size: 663 B

After

Width:  |  Height:  |  Size: 663 B

View File

Before

Width:  |  Height:  |  Size: 641 B

After

Width:  |  Height:  |  Size: 641 B

View File

Before

Width:  |  Height:  |  Size: 659 B

After

Width:  |  Height:  |  Size: 659 B

View File

Before

Width:  |  Height:  |  Size: 944 B

After

Width:  |  Height:  |  Size: 944 B

View File

Before

Width:  |  Height:  |  Size: 688 B

After

Width:  |  Height:  |  Size: 688 B

View File

Before

Width:  |  Height:  |  Size: 610 B

After

Width:  |  Height:  |  Size: 610 B

View File

Before

Width:  |  Height:  |  Size: 655 B

After

Width:  |  Height:  |  Size: 655 B

View File

Before

Width:  |  Height:  |  Size: 680 B

After

Width:  |  Height:  |  Size: 680 B

View File

Before

Width:  |  Height:  |  Size: 657 B

After

Width:  |  Height:  |  Size: 657 B

View File

Before

Width:  |  Height:  |  Size: 615 B

After

Width:  |  Height:  |  Size: 615 B

View File

Before

Width:  |  Height:  |  Size: 733 B

After

Width:  |  Height:  |  Size: 733 B

View File

Before

Width:  |  Height:  |  Size: 286 B

After

Width:  |  Height:  |  Size: 286 B

View File

Before

Width:  |  Height:  |  Size: 143 B

After

Width:  |  Height:  |  Size: 143 B

View File

Before

Width:  |  Height:  |  Size: 182 B

After

Width:  |  Height:  |  Size: 182 B

View File

Before

Width:  |  Height:  |  Size: 111 B

After

Width:  |  Height:  |  Size: 111 B

View File

@ -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):

View File

@ -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!

View File

@ -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!

View File

@ -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!

View File

@ -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):

View File

@ -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