bzr-revno: 135
This commit is contained in:
Tim Bentley 2008-11-28 19:01:48 +00:00
parent 518fd4985d
commit 84e76d3df3
1 changed files with 489 additions and 207 deletions

View File

@ -6,32 +6,48 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>450</width> <width>494</width>
<height>494</height> <height>746</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Bible Registration</string> <string>Bible Registration</string>
</property> </property>
<layout class="QVBoxLayout" name="BibleImportLayout"> <widget class="QDialogButtonBox" name="BibleImportButtonBox">
<property name="spacing"> <property name="geometry">
<number>8</number> <rect>
<x>7</x>
<y>710</y>
<width>481</width>
<height>33</height>
</rect>
</property> </property>
<property name="margin"> <property name="orientation">
<number>8</number> <enum>Qt::Horizontal</enum>
</property> </property>
<item> <property name="standardButtons">
<set>QDialogButtonBox::Cancel</set>
</property>
</widget>
<widget class="QToolBox" name="ImportToolBox"> <widget class="QToolBox" name="ImportToolBox">
<property name="geometry">
<rect>
<x>8</x>
<y>8</y>
<width>481</width>
<height>401</height>
</rect>
</property>
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>1</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>434</width> <width>96</width>
<height>344</height> <height>26</height>
</rect> </rect>
</property> </property>
<property name="accessibleName"> <property name="accessibleName">
@ -40,27 +56,185 @@
<attribute name="label"> <attribute name="label">
<string>CVS File Import</string> <string>CVS File Import</string>
</attribute> </attribute>
<widget class="QLabel" name="BibleNameLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>71</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Bible Name:</string>
</property>
</widget>
<widget class="QLabel" name="BooksLocationLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>101</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Books Location:</string>
</property>
</widget>
<widget class="QLabel" name="VerseLocationLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>120</y>
<width>91</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Verse Location:</string>
</property>
</widget>
<widget class="QLineEdit" name="BibleNameEdit">
<property name="geometry">
<rect>
<x>120</x>
<y>40</y>
<width>271</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="BooksLocationEdit">
<property name="geometry">
<rect>
<x>120</x>
<y>80</y>
<width>271</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="VerseLocationEdit">
<property name="geometry">
<rect>
<x>120</x>
<y>120</y>
<width>271</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="BooksFileButton">
<property name="geometry">
<rect>
<x>400</x>
<y>80</y>
<width>41</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="VersesFileButton">
<property name="geometry">
<rect>
<x>400</x>
<y>120</y>
<width>41</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
</widget> </widget>
<widget class="QWidget" name="OSISImportPage"> <widget class="QWidget" name="OSISImportPage">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>434</width> <width>481</width>
<height>344</height> <height>308</height>
</rect> </rect>
</property> </property>
<attribute name="label"> <attribute name="label">
<string>OSIS XML Bible Import</string> <string>OSIS XML Bible Import</string>
</attribute> </attribute>
<widget class="QLineEdit" name="OSISBibleNameEdit">
<property name="geometry">
<rect>
<x>120</x>
<y>50</y>
<width>291</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="OSISNameLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>101</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>OSIS Bible Name:</string>
</property>
</widget>
<widget class="QLineEdit" name="OSISLocationEdit">
<property name="geometry">
<rect>
<x>120</x>
<y>90</y>
<width>291</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="LocatioLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>91</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>File Location:</string>
</property>
</widget>
<widget class="QPushButton" name="OsisFileButton">
<property name="geometry">
<rect>
<x>420</x>
<y>90</y>
<width>41</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
<property name="icon">
<iconset>
<normaloff>../images/import_load.png</normaloff>../images/import_load.png</iconset>
</property>
</widget>
</widget> </widget>
<widget class="QWidget" name="WebBiblePage"> <widget class="QWidget" name="WebBiblePage">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>434</width> <width>246</width>
<height>344</height> <height>265</height>
</rect> </rect>
</property> </property>
<attribute name="label"> <attribute name="label">
@ -79,6 +253,9 @@
<string>Download Options</string> <string>Download Options</string>
</property> </property>
<layout class="QFormLayout" name="OptionsLayout"> <layout class="QFormLayout" name="OptionsLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="labelAlignment"> <property name="labelAlignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property> </property>
@ -158,6 +335,12 @@
</widget> </widget>
</item> </item>
</layout> </layout>
<zorder>BibleComboBox</zorder>
<zorder>TypeComboBox</zorder>
<zorder>TypeLabel</zorder>
<zorder>LocationLabel</zorder>
<zorder>BibleLabel</zorder>
<zorder>LocationComboBox</zorder>
</widget> </widget>
</item> </item>
<item> <item>
@ -166,6 +349,9 @@
<string>Proxy Settings (Optional)</string> <string>Proxy Settings (Optional)</string>
</property> </property>
<layout class="QFormLayout" name="ProxySettingsLayout"> <layout class="QFormLayout" name="ProxySettingsLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="horizontalSpacing"> <property name="horizontalSpacing">
<number>8</number> <number>8</number>
</property> </property>
@ -211,18 +397,114 @@
</layout> </layout>
</widget> </widget>
</widget> </widget>
</item> <widget class="QGroupBox" name="groupBox">
<item> <property name="geometry">
<widget class="QDialogButtonBox" name="BibleImportButtonBox"> <rect>
<property name="orientation"> <x>20</x>
<enum>Qt::Horizontal</enum> <y>430</y>
<width>461</width>
<height>111</height>
</rect>
</property> </property>
<property name="standardButtons"> <property name="title">
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel</set> <string>Licence Details</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>54</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property> </property>
</widget> </widget>
</item> <widget class="QLabel" name="label_2">
</layout> <property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>54</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>54</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_4">
<property name="geometry">
<rect>
<x>80</x>
<y>20</y>
<width>361</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_5">
<property name="geometry">
<rect>
<x>80</x>
<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 class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>20</x>
<y>560</y>
<width>461</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>Progress</string>
</property>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>441</width>
<height>23</height>
</rect>
</property>
<property name="value">
<number>24</number>
</property>
</widget>
</widget>
</widget> </widget>
<resources/> <resources/>
<connections> <connections>