2012-04-15 22:26:37 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2019-02-24 19:31:39 +03:00
|
|
|
<class>PreviewSelectDialog</class>
|
|
|
|
<widget class="QDialog" name="PreviewSelectDialog">
|
2012-04-15 22:26:37 +04:00
|
|
|
<property name="geometry">
|
2006-09-30 20:02:39 +04:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-07-14 01:32:51 +03:00
|
|
|
<width>462</width>
|
2006-09-30 20:02:39 +04:00
|
|
|
<height>256</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2012-04-15 22:26:37 +04:00
|
|
|
<property name="windowTitle">
|
2006-09-30 20:02:39 +04:00
|
|
|
<string>Preview selection</string>
|
|
|
|
</property>
|
2012-04-15 22:26:37 +04:00
|
|
|
<layout class="QVBoxLayout">
|
2006-09-30 20:02:39 +04:00
|
|
|
<item>
|
2012-04-15 22:26:37 +04:00
|
|
|
<widget class="QLabel" name="label">
|
2013-09-14 16:17:50 +04:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2006-09-30 20:02:39 +04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-09-14 16:17:50 +04:00
|
|
|
<widget class="QTreeView" name="previewList">
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-09-30 20:02:39 +04:00
|
|
|
</item>
|
|
|
|
<item>
|
2017-09-15 08:57:55 +03:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
<property name="centerButtons">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-09-30 20:02:39 +04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
2017-09-15 08:57:55 +03:00
|
|
|
<connections/>
|
2006-09-30 20:02:39 +04:00
|
|
|
</ui>
|