whatsthis tips for the Arrange In and Align combos

This commit is contained in:
Ignat Semenov 2013-04-24 16:30:08 +04:00
parent 76916d27b0
commit 6639567e2b

View file

@ -117,7 +117,11 @@
</widget>
</item>
<item row="5" column="2">
<widget class="QComboBox" name="layoutCombo"/>
<widget class="QComboBox" name="layoutCombo">
<property name="whatsThis">
<string>Use this control to choose whether the icons will be arranged horizontally (in rows) or vertically (in columns).</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLabel" name="alignmentLabel">
@ -130,7 +134,11 @@
</widget>
</item>
<item row="6" column="2">
<widget class="QComboBox" name="alignmentCombo"/>
<widget class="QComboBox" name="alignmentCombo">
<property name="whatsThis">
<string>Use this control to choose whether the icons will be aligned to the left or to the right side of the screen.</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLabel" name="lockInPlaceLabel">