fixed layout and names.

bzr-revno: 138
This commit is contained in:
Tim Bentley 2008-11-28 20:29:59 +00:00
parent 263df5274a
commit 35b9c195b3
1 changed files with 77 additions and 87 deletions

View File

@ -39,15 +39,15 @@
</rect> </rect>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>1</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="CSVImportPage"> <widget class="QWidget" name="CSVImportPage">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>96</width> <width>481</width>
<height>26</height> <height>308</height>
</rect> </rect>
</property> </property>
<property name="accessibleName"> <property name="accessibleName">
@ -233,8 +233,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>246</width> <width>481</width>
<height>265</height> <height>308</height>
</rect> </rect>
</property> </property>
<attribute name="label"> <attribute name="label">
@ -397,113 +397,103 @@
</layout> </layout>
</widget> </widget>
</widget> </widget>
<widget class="QGroupBox" name="groupBox"> <widget class="QGroupBox" name="LicenceDetailsGroupBox">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>20</x> <x>20</x>
<y>430</y> <y>430</y>
<width>461</width> <width>461</width>
<height>111</height> <height>123</height>
</rect> </rect>
</property> </property>
<property name="minimumSize">
<size>
<width>0</width>
<height>123</height>
</size>
</property>
<property name="title"> <property name="title">
<string>Licence Details</string> <string>Licence Details</string>
</property> </property>
<widget class="QLabel" name="label"> <layout class="QFormLayout" name="formLayout">
<property name="geometry"> <property name="horizontalSpacing">
<rect> <number>8</number>
<x>10</x>
<y>20</y>
<width>54</width>
<height>17</height>
</rect>
</property> </property>
<property name="text"> <property name="verticalSpacing">
<string>TextLabel</string> <number>8</number>
</property> </property>
</widget> <property name="margin">
<widget class="QLabel" name="label_2"> <number>8</number>
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>54</width>
<height>17</height>
</rect>
</property> </property>
<property name="text"> <item row="0" column="0">
<string>TextLabel</string> <widget class="QLabel" name="VersionNameLabel">
</property> <property name="text">
</widget> <string>Version Name:</string>
<widget class="QLabel" name="label_3"> </property>
<property name="geometry"> </widget>
<rect> </item>
<x>10</x> <item row="0" column="1">
<y>80</y> <widget class="QLineEdit" name="VersionNameEdit"/>
<width>54</width> </item>
<height>17</height> <item row="1" column="0">
</rect> <widget class="QLabel" name="CopyrightLabel">
</property> <property name="text">
<property name="text"> <string>Copyright:</string>
<string>TextLabel</string> </property>
</property> </widget>
</widget> </item>
<widget class="QLineEdit" name="lineEdit_4"> <item row="1" column="1">
<property name="geometry"> <widget class="QLineEdit" name="CopyrightEdit"/>
<rect> </item>
<x>80</x> <item row="2" column="0">
<y>20</y> <widget class="QLabel" name="PermisionLabel">
<width>361</width> <property name="text">
<height>23</height> <string>Permission:</string>
</rect> </property>
</property> </widget>
</widget> </item>
<widget class="QLineEdit" name="lineEdit_5"> <item row="2" column="1">
<property name="geometry"> <widget class="QLineEdit" name="PermisionEdit"/>
<rect> </item>
<x>80</x> </layout>
<y>50</y>
<width>361</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_6">
<property name="geometry">
<rect>
<x>80</x>
<y>80</y>
<width>361</width>
<height>23</height>
</rect>
</property>
</widget>
</widget> </widget>
<widget class="QGroupBox" name="groupBox_2"> <widget class="QGroupBox" name="ProgressGroupBox">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>20</x> <x>20</x>
<y>560</y> <y>570</y>
<width>461</width> <width>461</width>
<height>71</height> <height>87</height>
</rect> </rect>
</property> </property>
<property name="title"> <property name="title">
<string>Progress</string> <string>Progress</string>
</property> </property>
<widget class="QProgressBar" name="progressBar"> <layout class="QFormLayout" name="formLayout_2">
<property name="geometry"> <property name="horizontalSpacing">
<rect> <number>8</number>
<x>10</x>
<y>30</y>
<width>441</width>
<height>23</height>
</rect>
</property> </property>
<property name="value"> <property name="verticalSpacing">
<number>24</number> <number>8</number>
</property> </property>
</widget> <property name="margin">
<number>8</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="ProgressStatusLabel">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QProgressBar" name="progressBar">
<property name="value">
<number>24</number>
</property>
</widget>
</item>
</layout>
</widget> </widget>
</widget> </widget>
<resources/> <resources/>