bzr-revno: 120
This commit is contained in:
Tim Bentley 2008-11-25 20:25:32 +00:00
parent 59a001be72
commit 6f45312af0
1 changed files with 88 additions and 87 deletions

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>BibleImportDialog</class> <class>BibleImportDialog</class>
<widget class="QDialog" name="BibleImportDialog"> <widget class="QDialog" name="BibleImportDialog">
@ -22,15 +23,15 @@
<item> <item>
<widget class="QToolBox" name="ImportToolBox"> <widget class="QToolBox" name="ImportToolBox">
<property name="currentIndex"> <property name="currentIndex">
<number>2</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>424</width> <width>434</width>
<height>343</height> <height>344</height>
</rect> </rect>
</property> </property>
<property name="accessibleName"> <property name="accessibleName">
@ -45,8 +46,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>424</width> <width>434</width>
<height>343</height> <height>344</height>
</rect> </rect>
</property> </property>
<attribute name="label"> <attribute name="label">
@ -58,8 +59,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>424</width> <width>434</width>
<height>343</height> <height>344</height>
</rect> </rect>
</property> </property>
<attribute name="label"> <attribute name="label">
@ -217,7 +218,7 @@
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="standardButtons"> <property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel</set>
</property> </property>
</widget> </widget>
</item> </item>