COSMETIC: Improve torrent deletion confirmation dialog so that the text that not get truncated

This commit is contained in:
Christophe Dumez
2010-01-04 22:41:56 +00:00
parent 89f317dad2
commit 1c0d462785
2 changed files with 85 additions and 71 deletions

View File

@@ -3,6 +3,7 @@
- BUGFIX: Stop catching signals once one has been caught to avoid possible infinite loop - BUGFIX: Stop catching signals once one has been caught to avoid possible infinite loop
- BUGFIX: Force data recheck whenever a torrent is moved - BUGFIX: Force data recheck whenever a torrent is moved
- BUGFIX: Detect existing torrent data even if incomplete torrents are saved to a different folder - BUGFIX: Detect existing torrent data even if incomplete torrents are saved to a different folder
- COSMETIC: Improve torrent deletion confirmation dialog so that the text that not get truncated
* Web Dec 31 2009 - Christophe Dumez <chris@qbittorrent.org> - v2.0.5 * Web Dec 31 2009 - Christophe Dumez <chris@qbittorrent.org> - v2.0.5
- BUGFIX: Fix crash with downloaded/availability bars when the torrent has too many pieces - BUGFIX: Fix crash with downloaded/availability bars when the torrent has too many pieces

View File

@@ -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>