forked from openlp/openlp
rename
bzr-revno: 120
This commit is contained in:
parent
59a001be72
commit
6f45312af0
@ -1,7 +1,8 @@
|
||||
<ui version="4.0" >
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>BibleImportDialog</class>
|
||||
<widget class="QDialog" name="BibleImportDialog" >
|
||||
<property name="geometry" >
|
||||
<widget class="QDialog" name="BibleImportDialog">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
@ -9,148 +10,148 @@
|
||||
<height>494</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle" >
|
||||
<property name="windowTitle">
|
||||
<string>Bible Registration</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="BibleImportLayout" >
|
||||
<property name="spacing" >
|
||||
<layout class="QVBoxLayout" name="BibleImportLayout">
|
||||
<property name="spacing">
|
||||
<number>8</number>
|
||||
</property>
|
||||
<property name="margin" >
|
||||
<property name="margin">
|
||||
<number>8</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QToolBox" name="ImportToolBox" >
|
||||
<property name="currentIndex" >
|
||||
<number>2</number>
|
||||
<widget class="QToolBox" name="ImportToolBox">
|
||||
<property name="currentIndex">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="CSVImportPage" >
|
||||
<property name="geometry" >
|
||||
<widget class="QWidget" name="CSVImportPage">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>424</width>
|
||||
<height>343</height>
|
||||
<width>434</width>
|
||||
<height>344</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="accessibleName" >
|
||||
<property name="accessibleName">
|
||||
<string/>
|
||||
</property>
|
||||
<attribute name="label" >
|
||||
<attribute name="label">
|
||||
<string>CVS File Import</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
<widget class="QWidget" name="OSISImportPage" >
|
||||
<property name="geometry" >
|
||||
<widget class="QWidget" name="OSISImportPage">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>424</width>
|
||||
<height>343</height>
|
||||
<width>434</width>
|
||||
<height>344</height>
|
||||
</rect>
|
||||
</property>
|
||||
<attribute name="label" >
|
||||
<attribute name="label">
|
||||
<string>OSIS XML Bible Import</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
<widget class="QWidget" name="WebBiblePage" >
|
||||
<property name="geometry" >
|
||||
<widget class="QWidget" name="WebBiblePage">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>424</width>
|
||||
<height>343</height>
|
||||
<width>434</width>
|
||||
<height>344</height>
|
||||
</rect>
|
||||
</property>
|
||||
<attribute name="label" >
|
||||
<attribute name="label">
|
||||
<string>Web Bible Download</string>
|
||||
</attribute>
|
||||
<layout class="QVBoxLayout" name="WebBibleLayout" >
|
||||
<property name="spacing" >
|
||||
<layout class="QVBoxLayout" name="WebBibleLayout">
|
||||
<property name="spacing">
|
||||
<number>8</number>
|
||||
</property>
|
||||
<property name="margin" >
|
||||
<property name="margin">
|
||||
<number>8</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="OptionsGroupBox" >
|
||||
<property name="title" >
|
||||
<widget class="QGroupBox" name="OptionsGroupBox">
|
||||
<property name="title">
|
||||
<string>Download Options</string>
|
||||
</property>
|
||||
<layout class="QFormLayout" name="OptionsLayout" >
|
||||
<property name="labelAlignment" >
|
||||
<layout class="QFormLayout" name="OptionsLayout">
|
||||
<property name="labelAlignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="formAlignment" >
|
||||
<property name="formAlignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="horizontalSpacing" >
|
||||
<property name="horizontalSpacing">
|
||||
<number>8</number>
|
||||
</property>
|
||||
<property name="verticalSpacing" >
|
||||
<property name="verticalSpacing">
|
||||
<number>8</number>
|
||||
</property>
|
||||
<property name="margin" >
|
||||
<property name="margin">
|
||||
<number>8</number>
|
||||
</property>
|
||||
<item row="0" column="0" >
|
||||
<widget class="QLabel" name="LocationLabel" >
|
||||
<property name="text" >
|
||||
<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 row="0" column="1">
|
||||
<widget class="QComboBox" name="LocationComboBox">
|
||||
<item>
|
||||
<property name="text" >
|
||||
<property name="text">
|
||||
<string>BibleGateway</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text" >
|
||||
<property name="text">
|
||||
<string>CrossWire</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
<widget class="QLabel" name="TypeLabel" >
|
||||
<property name="text" >
|
||||
<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 row="1" column="1">
|
||||
<widget class="QComboBox" name="TypeComboBox">
|
||||
<item>
|
||||
<property name="text" >
|
||||
<property name="text">
|
||||
<string>Download As Needed</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text" >
|
||||
<property name="text">
|
||||
<string>Download All</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0" >
|
||||
<widget class="QLabel" name="BibleLabel" >
|
||||
<property name="text" >
|
||||
<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 row="2" column="1">
|
||||
<widget class="QComboBox" name="BibleComboBox">
|
||||
<item>
|
||||
<property name="text" >
|
||||
<property name="text">
|
||||
<string>NIV</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text" >
|
||||
<property name="text">
|
||||
<string>KJV</string>
|
||||
</property>
|
||||
</item>
|
||||
@ -160,49 +161,49 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="ProxyGroupBox" >
|
||||
<property name="title" >
|
||||
<widget class="QGroupBox" name="ProxyGroupBox">
|
||||
<property name="title">
|
||||
<string>Proxy Settings (Optional)</string>
|
||||
</property>
|
||||
<layout class="QFormLayout" name="ProxySettingsLayout" >
|
||||
<property name="horizontalSpacing" >
|
||||
<layout class="QFormLayout" name="ProxySettingsLayout">
|
||||
<property name="horizontalSpacing">
|
||||
<number>8</number>
|
||||
</property>
|
||||
<property name="verticalSpacing" >
|
||||
<property name="verticalSpacing">
|
||||
<number>8</number>
|
||||
</property>
|
||||
<property name="margin" >
|
||||
<property name="margin">
|
||||
<number>8</number>
|
||||
</property>
|
||||
<item row="0" column="0" >
|
||||
<widget class="QLabel" name="AddressLabel" >
|
||||
<property name="text" >
|
||||
<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 row="0" column="1">
|
||||
<widget class="QLineEdit" name="AddressEdit"/>
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
<widget class="QLabel" name="UsernameLabel" >
|
||||
<property name="text" >
|
||||
<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 row="1" column="1">
|
||||
<widget class="QLineEdit" name="UsernameEdit"/>
|
||||
</item>
|
||||
<item row="2" column="0" >
|
||||
<widget class="QLabel" name="PasswordLabel" >
|
||||
<property name="text" >
|
||||
<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 row="2" column="1">
|
||||
<widget class="QLineEdit" name="PasswordEdit"/>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
@ -212,12 +213,12 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QDialogButtonBox" name="BibleImportButtonBox" >
|
||||
<property name="orientation" >
|
||||
<widget class="QDialogButtonBox" name="BibleImportButtonBox">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="standardButtons" >
|
||||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||||
<property name="standardButtons">
|
||||
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -231,11 +232,11 @@
|
||||
<receiver>BibleImportDialog</receiver>
|
||||
<slot>accept()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel" >
|
||||
<hint type="sourcelabel">
|
||||
<x>248</x>
|
||||
<y>254</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel" >
|
||||
<hint type="destinationlabel">
|
||||
<x>157</x>
|
||||
<y>274</y>
|
||||
</hint>
|
||||
@ -247,11 +248,11 @@
|
||||
<receiver>BibleImportDialog</receiver>
|
||||
<slot>reject()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel" >
|
||||
<hint type="sourcelabel">
|
||||
<x>316</x>
|
||||
<y>260</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel" >
|
||||
<hint type="destinationlabel">
|
||||
<x>286</x>
|
||||
<y>274</y>
|
||||
</hint>
|
Loading…
Reference in New Issue
Block a user