Browse Source

- Fix torrent deletion confirmation dialog so that the text does not get cut on the right. (Fix by Elrond, Thanks!)

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
2b289655c1
  1. 155
      src/ui/confirmdeletiondlg.ui

155
src/ui/confirmdeletiondlg.ui

@ -6,84 +6,97 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>377</width> <width>399</width>
<height>138</height> <height>143</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Deletion confirmation - qBittorrent</string> <string>Deletion confirmation - qBittorrent</string>
</property> </property>
<widget class="QDialogButtonBox" name="buttonBox"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="geometry"> <item>
<rect> <layout class="QHBoxLayout" name="horizontalLayout">
<x>30</x> <item>
<y>100</y> <widget class="QLabel" name="label_2">
<width>341</width> <property name="sizePolicy">
<height>32</height> <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
</rect> <horstretch>0</horstretch>
</property> <verstretch>0</verstretch>
<property name="orientation"> </sizepolicy>
<enum>Qt::Horizontal</enum> </property>
</property> <property name="text">
<property name="standardButtons"> <string/>
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property>
</property> <property name="pixmap">
</widget> <pixmap resource="../icons.qrc">:/Icons/oxygen/dialog-warning.png</pixmap>
<widget class="QLabel" name="label"> </property>
<property name="geometry"> </widget>
<rect> </item>
<x>90</x> <item>
<y>0</y> <widget class="QLabel" name="label">
<width>281</width> <property name="sizePolicy">
<height>61</height> <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
</rect> <horstretch>0</horstretch>
</property> <verstretch>0</verstretch>
<property name="text"> </sizepolicy>
<string>Are you sure you want to delete the selected torrents from the transfer list?</string> </property>
</property> <property name="text">
<property name="alignment"> <string>Are you sure you want to delete the selected torrents from the transfer list?</string>
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property>
</property> <property name="alignment">
<property name="wordWrap"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
<bool>true</bool> </property>
</property> <property name="wordWrap">
</widget> <bool>true</bool>
<widget class="QCheckBox" name="checkPermDelete"> </property>
<property name="geometry"> </widget>
<rect> </item>
<x>20</x> </layout>
<y>70</y> </item>
<width>351</width> <item>
<height>23</height> <widget class="QCheckBox" name="checkPermDelete">
</rect> <property name="sizePolicy">
</property> <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<property name="font"> <horstretch>0</horstretch>
<font> <verstretch>0</verstretch>
<italic>true</italic> </sizepolicy>
</font> </property>
</property> <property name="font">
<property name="text"> <font>
<string>Delete the files on the hard disk as well</string> <italic>true</italic>
</property> </font>
</widget> </property>
<widget class="QLabel" name="label_2"> <property name="text">
<property name="geometry"> <string>Delete the files on the hard disk as well</string>
<rect> </property>
<x>10</x> </widget>
<y>0</y> </item>
<width>61</width> <item>
<height>61</height> <widget class="QDialogButtonBox" name="buttonBox">
</rect> <property name="sizePolicy">
</property> <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<property name="text"> <horstretch>0</horstretch>
<string/> <verstretch>0</verstretch>
</property> </sizepolicy>
<property name="pixmap"> </property>
<pixmap resource="icons.qrc">:/Icons/oxygen/dialog-warning.png</pixmap> <property name="orientation">
</property> <enum>Qt::Horizontal</enum>
</widget> </property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget> </widget>
<resources> <resources>
<include location="../icons.qrc"/>
<include location="icons.qrc"/> <include location="icons.qrc"/>
</resources> </resources>
<connections> <connections>

Loading…
Cancel
Save