Fix Box UI (buddies and accelerators)

This commit is contained in:
Juergen Spitzmueller 2015-05-16 12:46:08 +02:00
parent 08b2859663
commit b5fbd9f2a2

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>446</width>
<height>283</height>
<width>531</width>
<height>381</height>
</rect>
</property>
<property name="windowTitle">
@ -322,7 +322,10 @@
<item row="1" column="0">
<widget class="QLabel" name="thicknessLA">
<property name="text">
<string>Line thickness:</string>
<string>&amp;Line thickness:</string>
</property>
<property name="buddy">
<cstring>thicknessED</cstring>
</property>
</widget>
</item>
@ -339,7 +342,10 @@
<item row="2" column="0">
<widget class="QLabel" name="separationLA">
<property name="text">
<string>Box separation:</string>
<string>Box s&amp;eparation:</string>
</property>
<property name="buddy">
<cstring>separationED</cstring>
</property>
</widget>
</item>
@ -359,7 +365,10 @@
<item row="3" column="0">
<widget class="QLabel" name="shadowsizeLA">
<property name="text">
<string>Shadow size:</string>
<string>&amp;Shadow size:</string>
</property>
<property name="buddy">
<cstring>shadowsizeED</cstring>
</property>
</widget>
</item>
@ -422,14 +431,20 @@
<item row="1" column="0">
<widget class="QLabel" name="backgroundColorLA">
<property name="text">
<string>Background:</string>
<string>Back&amp;ground:</string>
</property>
<property name="buddy">
<cstring>backgroundColorCO</cstring>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="frameColorLA">
<property name="text">
<string>Frame:</string>
<string>&amp;Frame:</string>
</property>
<property name="buddy">
<cstring>frameColorCO</cstring>
</property>
</widget>
</item>