mirror of
https://github.com/ciromattia/kcc
synced 2026-06-25 07:44:05 +00:00
Merge branch 'new-gui' of github.com:ciromattia/kcc into
This commit is contained in:
@@ -150,7 +150,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>10</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="focusPolicy">
|
<property name="focusPolicy">
|
||||||
@@ -171,7 +171,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>10</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="focusPolicy">
|
<property name="focusPolicy">
|
||||||
@@ -192,7 +192,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>11</pointsize>
|
||||||
<weight>75</weight>
|
<weight>75</weight>
|
||||||
<bold>true</bold>
|
<bold>true</bold>
|
||||||
</font>
|
</font>
|
||||||
@@ -219,7 +219,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>10</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="focusPolicy">
|
<property name="focusPolicy">
|
||||||
@@ -244,7 +244,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>10</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="focusPolicy">
|
<property name="focusPolicy">
|
||||||
@@ -269,7 +269,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<pointsize>8</pointsize>
|
<pointsize>10</pointsize>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="focusPolicy">
|
<property name="focusPolicy">
|
||||||
|
|||||||
+7
-7
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Form implementation generated from reading ui file 'KCC.ui'
|
# Form implementation generated from reading ui file 'KCC.ui'
|
||||||
#
|
#
|
||||||
# Created: Wed Jun 12 07:53:31 2013
|
# Created: Thu Jun 13 12:01:26 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!
|
||||||
@@ -75,21 +75,21 @@ class Ui_KCC(object):
|
|||||||
self.DeviceBox = QtGui.QComboBox(self.Form)
|
self.DeviceBox = QtGui.QComboBox(self.Form)
|
||||||
self.DeviceBox.setGeometry(QtCore.QRect(10, 200, 141, 31))
|
self.DeviceBox.setGeometry(QtCore.QRect(10, 200, 141, 31))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setPointSize(8)
|
font.setPointSize(10)
|
||||||
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(260, 200, 151, 31))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setPointSize(8)
|
font.setPointSize(10)
|
||||||
self.FormatBox.setFont(font)
|
self.FormatBox.setFont(font)
|
||||||
self.FormatBox.setFocusPolicy(QtCore.Qt.NoFocus)
|
self.FormatBox.setFocusPolicy(QtCore.Qt.NoFocus)
|
||||||
self.FormatBox.setObjectName(_fromUtf8("FormatBox"))
|
self.FormatBox.setObjectName(_fromUtf8("FormatBox"))
|
||||||
self.ConvertButton = QtGui.QPushButton(self.Form)
|
self.ConvertButton = QtGui.QPushButton(self.Form)
|
||||||
self.ConvertButton.setGeometry(QtCore.QRect(160, 200, 91, 32))
|
self.ConvertButton.setGeometry(QtCore.QRect(160, 200, 91, 32))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setPointSize(9)
|
font.setPointSize(11)
|
||||||
font.setBold(True)
|
font.setBold(True)
|
||||||
font.setWeight(75)
|
font.setWeight(75)
|
||||||
self.ConvertButton.setFont(font)
|
self.ConvertButton.setFont(font)
|
||||||
@@ -101,7 +101,7 @@ class Ui_KCC(object):
|
|||||||
self.DirectoryButton = QtGui.QPushButton(self.Form)
|
self.DirectoryButton = QtGui.QPushButton(self.Form)
|
||||||
self.DirectoryButton.setGeometry(QtCore.QRect(10, 160, 141, 32))
|
self.DirectoryButton.setGeometry(QtCore.QRect(10, 160, 141, 32))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setPointSize(8)
|
font.setPointSize(10)
|
||||||
self.DirectoryButton.setFont(font)
|
self.DirectoryButton.setFont(font)
|
||||||
self.DirectoryButton.setFocusPolicy(QtCore.Qt.NoFocus)
|
self.DirectoryButton.setFocusPolicy(QtCore.Qt.NoFocus)
|
||||||
icon2 = QtGui.QIcon()
|
icon2 = QtGui.QIcon()
|
||||||
@@ -111,7 +111,7 @@ class Ui_KCC(object):
|
|||||||
self.FileButton = QtGui.QPushButton(self.Form)
|
self.FileButton = QtGui.QPushButton(self.Form)
|
||||||
self.FileButton.setGeometry(QtCore.QRect(260, 160, 151, 32))
|
self.FileButton.setGeometry(QtCore.QRect(260, 160, 151, 32))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setPointSize(8)
|
font.setPointSize(10)
|
||||||
self.FileButton.setFont(font)
|
self.FileButton.setFont(font)
|
||||||
self.FileButton.setFocusPolicy(QtCore.Qt.NoFocus)
|
self.FileButton.setFocusPolicy(QtCore.Qt.NoFocus)
|
||||||
icon3 = QtGui.QIcon()
|
icon3 = QtGui.QIcon()
|
||||||
@@ -121,7 +121,7 @@ class Ui_KCC(object):
|
|||||||
self.ClearButton = QtGui.QPushButton(self.Form)
|
self.ClearButton = QtGui.QPushButton(self.Form)
|
||||||
self.ClearButton.setGeometry(QtCore.QRect(160, 160, 91, 32))
|
self.ClearButton.setGeometry(QtCore.QRect(160, 160, 91, 32))
|
||||||
font = QtGui.QFont()
|
font = QtGui.QFont()
|
||||||
font.setPointSize(8)
|
font.setPointSize(10)
|
||||||
self.ClearButton.setFont(font)
|
self.ClearButton.setFont(font)
|
||||||
self.ClearButton.setFocusPolicy(QtCore.Qt.NoFocus)
|
self.ClearButton.setFocusPolicy(QtCore.Qt.NoFocus)
|
||||||
icon4 = QtGui.QIcon()
|
icon4 = QtGui.QIcon()
|
||||||
|
|||||||
Reference in New Issue
Block a user