bzr-revno: 120
This commit is contained in:
Tim Bentley 2008-11-25 20:25:32 +00:00
parent 59a001be72
commit 6f45312af0

View File

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