openlp/resources/forms/bibleimport.ui

534 lines
14 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BibleImportDialog</class>
<widget class="QDialog" name="BibleImportDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>494</width>
<height>658</height>
</rect>
</property>
<property name="windowTitle">
<string>Bible Registration</string>
</property>
<widget class="QDialogButtonBox" name="BibleImportButtonBox">
<property name="geometry">
<rect>
<x>10</x>
<y>620</y>
<width>481</width>
<height>33</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
</property>
</widget>
<widget class="QToolBox" name="ImportToolBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>481</width>
<height>431</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="FileImportPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>481</width>
<height>369</height>
</rect>
</property>
<attribute name="label">
<string>File Import Page</string>
</attribute>
<widget class="QGroupBox" name="OSISGroupBox">
<property name="geometry">
<rect>
<x>8</x>
<y>74</y>
<width>451</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>OSIS Bible</string>
</property>
<widget class="QLineEdit" name="OSISLocationEdit">
<property name="geometry">
<rect>
<x>110</x>
<y>29</y>
<width>271</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="OsisFileButton">
<property name="geometry">
<rect>
<x>400</x>
<y>30</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>../images/import_load.png</normaloff>../images/import_load.png</iconset>
</property>
</widget>
<widget class="QLabel" name="LocatioLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>29</y>
<width>73</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>File Location:</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="CVSGroupBox">
<property name="geometry">
<rect>
<x>8</x>
<y>150</y>
<width>451</width>
<height>161</height>
</rect>
</property>
<property name="title">
<string>CVS Bible</string>
</property>
<widget class="QLabel" name="BooksLocationLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>101</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Books Location:</string>
</property>
</widget>
<widget class="QLineEdit" name="BooksLocationEdit">
<property name="geometry">
<rect>
<x>110</x>
<y>70</y>
<width>271</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="BooksFileButton">
<property name="geometry">
<rect>
<x>400</x>
<y>70</y>
<width>41</width>
<height>31</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 class="QLabel" name="VerseLocationLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>91</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Verse Location:</string>
</property>
</widget>
<widget class="QLineEdit" name="VerseLocationEdit">
<property name="geometry">
<rect>
<x>110</x>
<y>110</y>
<width>271</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="VersesFileButton">
<property name="geometry">
<rect>
<x>400</x>
<y>110</y>
<width>41</width>
<height>31</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 class="QLineEdit" name="BibleNameEdit">
<property name="geometry">
<rect>
<x>120</x>
<y>20</y>
<width>271</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="BibleNameLabel">
<property name="geometry">
<rect>
<x>18</x>
<y>20</y>
<width>98</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Bible Name:</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="WebBiblePage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>246</width>
<height>265</height>
</rect>
</property>
<attribute name="label">
<string>Web Bible Import page</string>
</attribute>
<layout class="QVBoxLayout" name="WebBibleLayout">
<property name="spacing">
<number>8</number>
</property>
<property name="margin">
<number>8</number>
</property>
<item>
<widget class="QGroupBox" name="OptionsGroupBox">
<property name="title">
<string>Download Options</string>
</property>
<layout class="QFormLayout" name="OptionsLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="labelAlignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="formAlignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="horizontalSpacing">
<number>8</number>
</property>
<property name="verticalSpacing">
<number>8</number>
</property>
<property name="margin">
<number>8</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="LocationLabel">
<property name="text">
<string>Location:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="LocationComboBox">
<item>
<property name="text">
<string>BibleGateway</string>
</property>
</item>
<item>
<property name="text">
<string>CrossWire</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="TypeLabel">
<property name="text">
<string>Type:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="TypeComboBox">
<item>
<property name="text">
<string>Download As Needed</string>
</property>
</item>
<item>
<property name="text">
<string>Download All</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="BibleLabel">
<property name="text">
<string>Bible:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="BibleComboBox">
<item>
<property name="text">
<string>NIV</string>
</property>
</item>
<item>
<property name="text">
<string>KJV</string>
</property>
</item>
</widget>
</item>
</layout>
<zorder>BibleComboBox</zorder>
<zorder>TypeComboBox</zorder>
<zorder>TypeLabel</zorder>
<zorder>LocationLabel</zorder>
<zorder>BibleLabel</zorder>
<zorder>LocationComboBox</zorder>
</widget>
</item>
<item>
<widget class="QGroupBox" name="ProxyGroupBox">
<property name="title">
<string>Proxy Settings (Optional)</string>
</property>
<layout class="QFormLayout" name="ProxySettingsLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="horizontalSpacing">
<number>8</number>
</property>
<property name="verticalSpacing">
<number>8</number>
</property>
<property name="margin">
<number>8</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="AddressLabel">
<property name="text">
<string>Proxy Address:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="AddressEdit"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="UsernameLabel">
<property name="text">
<string>Username:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="UsernameEdit"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="PasswordLabel">
<property name="text">
<string>Password:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="PasswordEdit"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QGroupBox" name="LicenceDetailsGroupBox">
<property name="geometry">
<rect>
<x>8</x>
<y>450</y>
<width>481</width>
<height>136</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>123</height>
</size>
</property>
<property name="title">
<string>Licence Details</string>
</property>
<layout class="QFormLayout" name="formLayout">
<property name="horizontalSpacing">
<number>8</number>
</property>
<property name="margin">
<number>8</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="VersionNameLabel">
<property name="text">
<string>Version Name:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="VersionNameEdit"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="CopyrightLabel">
<property name="text">
<string>Copyright:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="CopyrightEdit"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="PermisionLabel">
<property name="text">
<string>Permission:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="PermisionEdit"/>
</item>
</layout>
</widget>
<widget class="QLabel" name="StatusLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>590</y>
<width>54</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>BibleImportButtonBox</sender>
<signal>accepted()</signal>
<receiver>BibleImportDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>BibleImportButtonBox</sender>
<signal>rejected()</signal>
<receiver>BibleImportDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>BibleImportButtonBox</sender>
<signal>rejected()</signal>
<receiver>BibleImportDialog</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>429</x>
<y>711</y>
</hint>
<hint type="destinationlabel">
<x>522</x>
<y>689</y>
</hint>
</hints>
</connection>
<connection>
<sender>BibleImportButtonBox</sender>
<signal>accepted()</signal>
<receiver>BibleImportDialog</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>370</x>
<y>705</y>
</hint>
<hint type="destinationlabel">
<x>554</x>
<y>615</y>
</hint>
</hints>
</connection>
</connections>
</ui>