1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-27 15:13:14 +00:00

OSX GUI tweaks

This commit is contained in:
Paweł Jastrzębski
2013-06-13 18:55:48 +02:00
parent 1d425b3cd6
commit 0d7cf6f37d
2 changed files with 24 additions and 24 deletions
+15 -15
View File
@@ -48,7 +48,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>9</x> <x>9</x>
<y>250</y> <y>253</y>
<width>421</width> <width>421</width>
<height>61</height> <height>61</height>
</rect> </rect>
@@ -172,10 +172,10 @@
<widget class="QComboBox" name="DeviceBox"> <widget class="QComboBox" name="DeviceBox">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>8</x>
<y>200</y> <y>200</y>
<width>151</width> <width>151</width>
<height>31</height> <height>34</height>
</rect> </rect>
</property> </property>
<property name="font"> <property name="font">
@@ -193,10 +193,10 @@
<widget class="QComboBox" name="FormatBox"> <widget class="QComboBox" name="FormatBox">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>260</x> <x>262</x>
<y>200</y> <y>200</y>
<width>151</width> <width>152</width>
<height>31</height> <height>34</height>
</rect> </rect>
</property> </property>
<property name="font"> <property name="font">
@@ -241,9 +241,9 @@
<widget class="QPushButton" name="DirectoryButton"> <widget class="QPushButton" name="DirectoryButton">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>5</x>
<y>160</y> <y>160</y>
<width>151</width> <width>156</width>
<height>41</height> <height>41</height>
</rect> </rect>
</property> </property>
@@ -268,7 +268,7 @@
<rect> <rect>
<x>260</x> <x>260</x>
<y>160</y> <y>160</y>
<width>151</width> <width>157</width>
<height>41</height> <height>41</height>
</rect> </rect>
</property> </property>
@@ -317,7 +317,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>10</x>
<y>230</y> <y>233</y>
<width>421</width> <width>421</width>
<height>41</height> <height>41</height>
</rect> </rect>
@@ -436,9 +436,9 @@
<widget class="QPushButton" name="BasicModeButton"> <widget class="QPushButton" name="BasicModeButton">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>5</x>
<y>10</y> <y>10</y>
<width>151</width> <width>156</width>
<height>41</height> <height>41</height>
</rect> </rect>
</property> </property>
@@ -484,7 +484,7 @@
<rect> <rect>
<x>260</x> <x>260</x>
<y>10</y> <y>10</y>
<width>151</width> <width>157</width>
<height>41</height> <height>41</height>
</rect> </rect>
</property> </property>
@@ -689,10 +689,9 @@
<string/> <string/>
</property> </property>
</widget> </widget>
<zorder>BasicModeButton</zorder>
<zorder>ExpertModeButton</zorder> <zorder>ExpertModeButton</zorder>
<zorder>AdvModeButton</zorder> <zorder>AdvModeButton</zorder>
<zorder>BasicModeButton</zorder>
<zorder>ProgressBar</zorder>
<zorder>JobList</zorder> <zorder>JobList</zorder>
<zorder>OptionsAdvanced</zorder> <zorder>OptionsAdvanced</zorder>
<zorder>DeviceBox</zorder> <zorder>DeviceBox</zorder>
@@ -704,6 +703,7 @@
<zorder>OptionsBasic</zorder> <zorder>OptionsBasic</zorder>
<zorder>OptionsAdvancedGamma</zorder> <zorder>OptionsAdvancedGamma</zorder>
<zorder>OptionsExpert</zorder> <zorder>OptionsExpert</zorder>
<zorder>ProgressBar</zorder>
</widget> </widget>
<action name="ActionBasic"> <action name="ActionBasic">
<property name="checkable"> <property name="checkable">
+9 -9
View File
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'KCC-OSX.ui' # Form implementation generated from reading ui file 'KCC-OSX.ui'
# #
# Created: Thu Jun 13 18:32:09 2013 # Created: Thu Jun 13 18:52:47 2013
# by: PyQt4 UI code generator 4.10.1 # by: PyQt4 UI code generator 4.10.1
# #
# WARNING! All changes made in this file will be lost! # WARNING! All changes made in this file will be lost!
@@ -41,7 +41,7 @@ class Ui_KCC(object):
self.Form.setObjectName(_fromUtf8("Form")) self.Form.setObjectName(_fromUtf8("Form"))
self.OptionsAdvanced = QtGui.QFrame(self.Form) self.OptionsAdvanced = QtGui.QFrame(self.Form)
self.OptionsAdvanced.setEnabled(True) self.OptionsAdvanced.setEnabled(True)
self.OptionsAdvanced.setGeometry(QtCore.QRect(9, 250, 421, 61)) self.OptionsAdvanced.setGeometry(QtCore.QRect(9, 253, 421, 61))
font = QtGui.QFont() font = QtGui.QFont()
font.setPointSize(9) font.setPointSize(9)
self.OptionsAdvanced.setFont(font) self.OptionsAdvanced.setFont(font)
@@ -91,14 +91,14 @@ class Ui_KCC(object):
self.NoRotateBox.setObjectName(_fromUtf8("NoRotateBox")) self.NoRotateBox.setObjectName(_fromUtf8("NoRotateBox"))
self.gridLayout.addWidget(self.NoRotateBox, 1, 2, 1, 1) self.gridLayout.addWidget(self.NoRotateBox, 1, 2, 1, 1)
self.DeviceBox = QtGui.QComboBox(self.Form) self.DeviceBox = QtGui.QComboBox(self.Form)
self.DeviceBox.setGeometry(QtCore.QRect(10, 200, 151, 31)) self.DeviceBox.setGeometry(QtCore.QRect(8, 200, 151, 34))
font = QtGui.QFont() font = QtGui.QFont()
font.setPointSize(11) font.setPointSize(11)
self.DeviceBox.setFont(font) self.DeviceBox.setFont(font)
self.DeviceBox.setFocusPolicy(QtCore.Qt.NoFocus) self.DeviceBox.setFocusPolicy(QtCore.Qt.NoFocus)
self.DeviceBox.setObjectName(_fromUtf8("DeviceBox")) self.DeviceBox.setObjectName(_fromUtf8("DeviceBox"))
self.FormatBox = QtGui.QComboBox(self.Form) self.FormatBox = QtGui.QComboBox(self.Form)
self.FormatBox.setGeometry(QtCore.QRect(260, 200, 151, 31)) self.FormatBox.setGeometry(QtCore.QRect(262, 200, 152, 34))
font = QtGui.QFont() font = QtGui.QFont()
font.setPointSize(11) font.setPointSize(11)
self.FormatBox.setFont(font) self.FormatBox.setFont(font)
@@ -117,7 +117,7 @@ class Ui_KCC(object):
self.ConvertButton.setIcon(icon1) self.ConvertButton.setIcon(icon1)
self.ConvertButton.setObjectName(_fromUtf8("ConvertButton")) self.ConvertButton.setObjectName(_fromUtf8("ConvertButton"))
self.DirectoryButton = QtGui.QPushButton(self.Form) self.DirectoryButton = QtGui.QPushButton(self.Form)
self.DirectoryButton.setGeometry(QtCore.QRect(10, 160, 151, 41)) self.DirectoryButton.setGeometry(QtCore.QRect(5, 160, 156, 41))
font = QtGui.QFont() font = QtGui.QFont()
font.setPointSize(11) font.setPointSize(11)
self.DirectoryButton.setFont(font) self.DirectoryButton.setFont(font)
@@ -127,7 +127,7 @@ class Ui_KCC(object):
self.DirectoryButton.setIcon(icon2) self.DirectoryButton.setIcon(icon2)
self.DirectoryButton.setObjectName(_fromUtf8("DirectoryButton")) self.DirectoryButton.setObjectName(_fromUtf8("DirectoryButton"))
self.FileButton = QtGui.QPushButton(self.Form) self.FileButton = QtGui.QPushButton(self.Form)
self.FileButton.setGeometry(QtCore.QRect(260, 160, 151, 41)) self.FileButton.setGeometry(QtCore.QRect(260, 160, 157, 41))
font = QtGui.QFont() font = QtGui.QFont()
font.setPointSize(11) font.setPointSize(11)
self.FileButton.setFont(font) self.FileButton.setFont(font)
@@ -147,7 +147,7 @@ class Ui_KCC(object):
self.ClearButton.setIcon(icon4) self.ClearButton.setIcon(icon4)
self.ClearButton.setObjectName(_fromUtf8("ClearButton")) self.ClearButton.setObjectName(_fromUtf8("ClearButton"))
self.OptionsBasic = QtGui.QFrame(self.Form) self.OptionsBasic = QtGui.QFrame(self.Form)
self.OptionsBasic.setGeometry(QtCore.QRect(10, 230, 421, 41)) self.OptionsBasic.setGeometry(QtCore.QRect(10, 233, 421, 41))
font = QtGui.QFont() font = QtGui.QFont()
font.setPointSize(9) font.setPointSize(9)
self.OptionsBasic.setFont(font) self.OptionsBasic.setFont(font)
@@ -185,7 +185,7 @@ class Ui_KCC(object):
self.JobList.setSelectionMode(QtGui.QAbstractItemView.NoSelection) self.JobList.setSelectionMode(QtGui.QAbstractItemView.NoSelection)
self.JobList.setObjectName(_fromUtf8("JobList")) self.JobList.setObjectName(_fromUtf8("JobList"))
self.BasicModeButton = QtGui.QPushButton(self.Form) self.BasicModeButton = QtGui.QPushButton(self.Form)
self.BasicModeButton.setGeometry(QtCore.QRect(10, 10, 151, 41)) self.BasicModeButton.setGeometry(QtCore.QRect(5, 10, 156, 41))
font = QtGui.QFont() font = QtGui.QFont()
font.setPointSize(12) font.setPointSize(12)
font.setBold(False) font.setBold(False)
@@ -203,7 +203,7 @@ class Ui_KCC(object):
self.AdvModeButton.setFocusPolicy(QtCore.Qt.NoFocus) self.AdvModeButton.setFocusPolicy(QtCore.Qt.NoFocus)
self.AdvModeButton.setObjectName(_fromUtf8("AdvModeButton")) self.AdvModeButton.setObjectName(_fromUtf8("AdvModeButton"))
self.ExpertModeButton = QtGui.QPushButton(self.Form) self.ExpertModeButton = QtGui.QPushButton(self.Form)
self.ExpertModeButton.setGeometry(QtCore.QRect(260, 10, 151, 41)) self.ExpertModeButton.setGeometry(QtCore.QRect(260, 10, 157, 41))
font = QtGui.QFont() font = QtGui.QFont()
font.setPointSize(12) font.setPointSize(12)
self.ExpertModeButton.setFont(font) self.ExpertModeButton.setFont(font)