qBittorrent/src/gui/previewselectdialog.ui

49 lines
1.1 KiB
Text
Raw Normal View History

2012-04-15 22:26:37 +04:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>preview</class>
2012-04-15 22:26:37 +04:00
<widget class="QDialog" name="preview">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2015-07-14 01:32:51 +03:00
<width>462</width>
<height>256</height>
</rect>
</property>
2012-04-15 22:26:37 +04:00
<property name="windowTitle">
<string>Preview selection</string>
</property>
2012-04-15 22:26:37 +04:00
<layout class="QVBoxLayout">
<item>
2012-04-15 22:26:37 +04:00
<widget class="QLabel" name="label">
<property name="text">
2013-09-14 16:17:50 +04:00
<string>The following files support previewing, please select one of them:</string>
</property>
2013-09-14 16:17:50 +04:00
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
2013-09-14 16:17:50 +04:00
<widget class="QTreeView" name="previewList">
<property name="sortingEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
<property name="centerButtons">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>