okular/core/chooseenginedialog.ui
Stephan Binner dd43125621 i18n style guide fixes
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=481809
2005-11-20 17:32:53 +00:00

103 lines
3.2 KiB
XML

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ChooseEngineDialog</class>
<widget class="QDialog">
<property name="name">
<cstring>ChooseEngineDialog</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>650</width>
<height>128</height>
</rect>
</property>
<property name="caption">
<string>Generator Selection</string>
</property>
<property name="sizeGripEnabled">
<bool>false</bool>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel" row="0" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>description</cstring>
</property>
<property name="text">
<string>More than one generator found for mimetype, please select which one to use:</string>
</property>
</widget>
<widget class="QPushButton" row="2" column="0">
<property name="name">
<cstring>buttonOk</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<spacer row="2" column="1">
<property name="name">
<cstring>Horizontal Spacing2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>458</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="QPushButton" row="2" column="2">
<property name="name">
<cstring>buttonCancel</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
<widget class="QComboBox" row="1" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>engineList</cstring>
</property>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>buttonOk</sender>
<signal>clicked()</signal>
<receiver>ChooseEngineDialog</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>buttonCancel</sender>
<signal>clicked()</signal>
<receiver>ChooseEngineDialog</receiver>
<slot>reject()</slot>
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
</UI>