aboutsummaryrefslogtreecommitdiffstats
path: root/mageiaSync/mageiaSyncUI.py
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2015-04-04 09:40:39 +0200
committerPapoteur <papoteur@mageialinux-online.org>2015-04-04 09:40:39 +0200
commit8f041fc15a1311db1f2064546fe3af7d07058152 (patch)
tree6d7bb531b48bbf4d97c3d4ee911ccc5e27871367 /mageiaSync/mageiaSyncUI.py
parente1e0b24538fba9aba5c84bc0d54683a258f69139 (diff)
downloadMageiaSync-8f041fc15a1311db1f2064546fe3af7d07058152.tar
MageiaSync-8f041fc15a1311db1f2064546fe3af7d07058152.tar.gz
MageiaSync-8f041fc15a1311db1f2064546fe3af7d07058152.tar.bz2
MageiaSync-8f041fc15a1311db1f2064546fe3af7d07058152.tar.xz
MageiaSync-8f041fc15a1311db1f2064546fe3af7d07058152.zip
Update the size of localDirLabel, then not translatable.
Diffstat (limited to 'mageiaSync/mageiaSyncUI.py')
-rw-r--r--mageiaSync/mageiaSyncUI.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/mageiaSync/mageiaSyncUI.py b/mageiaSync/mageiaSyncUI.py
index db28a20..a75c2df 100644
--- a/mageiaSync/mageiaSyncUI.py
+++ b/mageiaSync/mageiaSyncUI.py
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'mageiaSyncUI.ui'
#
-# Created: Fri Apr 3 19:40:47 2015
+# Created: Sat Apr 4 09:31:29 2015
# by: PyQt5 UI code generator 5.1.1
#
# WARNING! All changes made in this file will be lost!
@@ -15,7 +15,7 @@ class Ui_mainWindow(object):
mainWindow.resize(820, 587)
mainWindow.setWindowTitle("mageiaSync v0.1.5")
icon = QtGui.QIcon()
- icon.addPixmap(QtGui.QPixmap("/usr/share/icons/hicolor/scalable/apps/mageiasync.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
+ icon.addPixmap(QtGui.QPixmap("../../../../usr/share/icons/hicolor/scalable/apps/mageiasync.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
mainWindow.setWindowIcon(icon)
mainWindow.setLocale(QtCore.QLocale(QtCore.QLocale.English, QtCore.QLocale.UnitedStates))
self.centralwidget = QtWidgets.QWidget(mainWindow)
@@ -30,8 +30,9 @@ class Ui_mainWindow(object):
self.listIsos.setObjectName("listIsos")
self.listIsos.verticalHeader().setVisible(False)
self.localDirLabel = QtWidgets.QLabel(self.centralwidget)
- self.localDirLabel.setGeometry(QtCore.QRect(12, 189, 119, 19))
+ self.localDirLabel.setGeometry(QtCore.QRect(12, 189, 791, 19))
self.localDirLabel.setLocale(QtCore.QLocale(QtCore.QLocale.English, QtCore.QLocale.UnitedStates))
+ self.localDirLabel.setText("Local directory:")
self.localDirLabel.setObjectName("localDirLabel")
self.localList = QtWidgets.QTableView(self.centralwidget)
self.localList.setGeometry(QtCore.QRect(12, 216, 796, 96))
@@ -162,7 +163,6 @@ class Ui_mainWindow(object):
def retranslateUi(self, mainWindow):
_translate = QtCore.QCoreApplication.translate
- self.localDirLabel.setText(_translate("mainWindow", "Local directory:"))
self.label.setText(_translate("mainWindow", "Report"))
self.syncGo.setText(_translate("mainWindow", "&Do sync"))
self.stop.setText(_translate("mainWindow", "&Stop"))