You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1022 B
43 lines
1022 B
<ui version="4.0" > |
|
<author></author> |
|
<comment></comment> |
|
<exportmacro></exportmacro> |
|
<class>ChooseEngineWidget</class> |
|
<widget class="QWidget" name="ChooseEngineWidget" > |
|
<property name="geometry" > |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>362</width> |
|
<height>87</height> |
|
</rect> |
|
</property> |
|
<property name="windowTitle" > |
|
<string>Form</string> |
|
</property> |
|
<layout class="QVBoxLayout" > |
|
<property name="margin" > |
|
<number>9</number> |
|
</property> |
|
<property name="spacing" > |
|
<number>6</number> |
|
</property> |
|
<item> |
|
<widget class="QLabel" name="description" > |
|
<property name="text" > |
|
<string>More than one generator found for mimetype, please select which one to use:</string> |
|
</property> |
|
<property name="wordWrap" > |
|
<bool>true</bool> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QComboBox" name="engineList" /> |
|
</item> |
|
</layout> |
|
</widget> |
|
<pixmapfunction></pixmapfunction> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|