openlp/resources/forms/bibleimport.ui

263 lines
7.3 KiB
Plaintext
Raw Normal View History

2008-11-25 20:25:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BibleImportDialog</class>
2008-11-25 20:25:32 +00:00
<widget class="QDialog" name="BibleImportDialog">
<property name="geometry">
2008-11-20 20:09:33 +00:00
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<height>494</height>
</rect>
</property>
2008-11-25 20:25:32 +00:00
<property name="windowTitle">
2008-11-20 20:09:33 +00:00
<string>Bible Registration</string>
</property>
2008-11-25 20:25:32 +00:00
<layout class="QVBoxLayout" name="BibleImportLayout">
<property name="spacing">
<number>8</number>
2008-11-20 20:09:33 +00:00
</property>
2008-11-25 20:25:32 +00:00
<property name="margin">
<number>8</number>
2008-11-20 20:09:33 +00:00
</property>
<item>
2008-11-25 20:25:32 +00:00
<widget class="QToolBox" name="ImportToolBox">
<property name="currentIndex">
<number>0</number>
2008-11-20 20:09:33 +00:00
</property>
2008-11-25 20:25:32 +00:00
<widget class="QWidget" name="CSVImportPage">
<property name="geometry">
2008-11-20 20:09:33 +00:00
<rect>
<x>0</x>
<y>0</y>
2008-11-25 20:25:32 +00:00
<width>434</width>
<height>344</height>
2008-11-20 20:09:33 +00:00
</rect>
</property>
2008-11-25 20:25:32 +00:00
<property name="accessibleName">
<string/>
2008-11-20 20:09:33 +00:00
</property>
2008-11-25 20:25:32 +00:00
<attribute name="label">
<string>CVS File Import</string>
</attribute>
2008-11-20 20:09:33 +00:00
</widget>
2008-11-25 20:25:32 +00:00
<widget class="QWidget" name="OSISImportPage">
<property name="geometry">
2008-11-20 20:09:33 +00:00
<rect>
<x>0</x>
<y>0</y>
2008-11-25 20:25:32 +00:00
<width>434</width>
<height>344</height>
2008-11-20 20:09:33 +00:00
</rect>
</property>
2008-11-25 20:25:32 +00:00
<attribute name="label">
<string>OSIS XML Bible Import</string>
</attribute>
2008-11-20 20:09:33 +00:00
</widget>
2008-11-25 20:25:32 +00:00
<widget class="QWidget" name="WebBiblePage">
<property name="geometry">
2008-11-20 20:09:33 +00:00
<rect>
<x>0</x>
<y>0</y>
2008-11-25 20:25:32 +00:00
<width>434</width>
<height>344</height>
2008-11-20 20:09:33 +00:00
</rect>
</property>
2008-11-25 20:25:32 +00:00
<attribute name="label">
<string>Web Bible Download</string>
</attribute>
2008-11-25 20:25:32 +00:00
<layout class="QVBoxLayout" name="WebBibleLayout">
<property name="spacing">
<number>8</number>
</property>
2008-11-25 20:25:32 +00:00
<property name="margin">
<number>8</number>
</property>
2008-11-20 20:09:33 +00:00
<item>
2008-11-25 20:25:32 +00:00
<widget class="QGroupBox" name="OptionsGroupBox">
<property name="title">
<string>Download Options</string>
</property>
2008-11-25 20:25:32 +00:00
<layout class="QFormLayout" name="OptionsLayout">
<property name="labelAlignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
2008-11-25 20:25:32 +00:00
<property name="formAlignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
2008-11-25 20:25:32 +00:00
<property name="horizontalSpacing">
<number>8</number>
</property>
2008-11-25 20:25:32 +00:00
<property name="verticalSpacing">
<number>8</number>
</property>
2008-11-25 20:25:32 +00:00
<property name="margin">
<number>8</number>
</property>
2008-11-25 20:25:32 +00:00
<item row="0" column="0">
<widget class="QLabel" name="LocationLabel">
<property name="text">
<string>Location:</string>
</property>
</widget>
</item>
2008-11-25 20:25:32 +00:00
<item row="0" column="1">
<widget class="QComboBox" name="LocationComboBox">
<item>
2008-11-25 20:25:32 +00:00
<property name="text">
<string>BibleGateway</string>
</property>
</item>
<item>
2008-11-25 20:25:32 +00:00
<property name="text">
<string>CrossWire</string>
</property>
</item>
</widget>
</item>
2008-11-25 20:25:32 +00:00
<item row="1" column="0">
<widget class="QLabel" name="TypeLabel">
<property name="text">
<string>Type:</string>
</property>
</widget>
</item>
2008-11-25 20:25:32 +00:00
<item row="1" column="1">
<widget class="QComboBox" name="TypeComboBox">
<item>
2008-11-25 20:25:32 +00:00
<property name="text">
<string>Download As Needed</string>
</property>
</item>
<item>
2008-11-25 20:25:32 +00:00
<property name="text">
<string>Download All</string>
</property>
</item>
</widget>
</item>
2008-11-25 20:25:32 +00:00
<item row="2" column="0">
<widget class="QLabel" name="BibleLabel">
<property name="text">
<string>Bible:</string>
</property>
</widget>
</item>
2008-11-25 20:25:32 +00:00
<item row="2" column="1">
<widget class="QComboBox" name="BibleComboBox">
<item>
2008-11-25 20:25:32 +00:00
<property name="text">
<string>NIV</string>
</property>
</item>
<item>
2008-11-25 20:25:32 +00:00
<property name="text">
<string>KJV</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
2008-11-20 20:09:33 +00:00
</item>
<item>
2008-11-25 20:25:32 +00:00
<widget class="QGroupBox" name="ProxyGroupBox">
<property name="title">
<string>Proxy Settings (Optional)</string>
</property>
2008-11-25 20:25:32 +00:00
<layout class="QFormLayout" name="ProxySettingsLayout">
<property name="horizontalSpacing">
<number>8</number>
</property>
2008-11-25 20:25:32 +00:00
<property name="verticalSpacing">
<number>8</number>
</property>
2008-11-25 20:25:32 +00:00
<property name="margin">
<number>8</number>
</property>
2008-11-25 20:25:32 +00:00
<item row="0" column="0">
<widget class="QLabel" name="AddressLabel">
<property name="text">
<string>Proxy Address:</string>
</property>
</widget>
</item>
2008-11-25 20:25:32 +00:00
<item row="0" column="1">
<widget class="QLineEdit" name="AddressEdit"/>
</item>
2008-11-25 20:25:32 +00:00
<item row="1" column="0">
<widget class="QLabel" name="UsernameLabel">
<property name="text">
<string>Username:</string>
</property>
</widget>
</item>
2008-11-25 20:25:32 +00:00
<item row="1" column="1">
<widget class="QLineEdit" name="UsernameEdit"/>
</item>
2008-11-25 20:25:32 +00:00
<item row="2" column="0">
<widget class="QLabel" name="PasswordLabel">
<property name="text">
<string>Password:</string>
</property>
</widget>
</item>
2008-11-25 20:25:32 +00:00
<item row="2" column="1">
<widget class="QLineEdit" name="PasswordEdit"/>
</item>
</layout>
</widget>
2008-11-20 20:09:33 +00:00
</item>
</layout>
</widget>
</widget>
</item>
<item>
2008-11-25 20:25:32 +00:00
<widget class="QDialogButtonBox" name="BibleImportButtonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
2008-11-20 20:09:33 +00:00
</property>
2008-11-25 20:25:32 +00:00
<property name="standardButtons">
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel</set>
2008-11-20 20:09:33 +00:00
</property>
</widget>
</item>
</layout>
2008-11-20 20:09:33 +00:00
</widget>
<resources/>
<connections>
<connection>
<sender>BibleImportButtonBox</sender>
2008-11-20 20:09:33 +00:00
<signal>accepted()</signal>
<receiver>BibleImportDialog</receiver>
2008-11-20 20:09:33 +00:00
<slot>accept()</slot>
<hints>
2008-11-25 20:25:32 +00:00
<hint type="sourcelabel">
2008-11-20 20:09:33 +00:00
<x>248</x>
<y>254</y>
</hint>
2008-11-25 20:25:32 +00:00
<hint type="destinationlabel">
2008-11-20 20:09:33 +00:00
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>BibleImportButtonBox</sender>
2008-11-20 20:09:33 +00:00
<signal>rejected()</signal>
<receiver>BibleImportDialog</receiver>
2008-11-20 20:09:33 +00:00
<slot>reject()</slot>
<hints>
2008-11-25 20:25:32 +00:00
<hint type="sourcelabel">
2008-11-20 20:09:33 +00:00
<x>316</x>
<y>260</y>
</hint>
2008-11-25 20:25:32 +00:00
<hint type="destinationlabel">
2008-11-20 20:09:33 +00:00
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>