Still changes to our options dialog

We decided to have text-based buttons by default.
This commit is contained in:
Leandro Melo
2011-02-28 14:35:58 +01:00
parent a5977bc822
commit ae3b2ab013
24 changed files with 264 additions and 244 deletions

View File

@@ -57,22 +57,6 @@
</column>
</widget>
</item>
<item row="0" column="1">
<widget class="QToolButton" name="removeButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimumSize">
<size>
<width>21</width>
<height>23</height>
</size>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item row="1" column="1">
<spacer name="verticalSpacer">
<property name="orientation">
@@ -86,6 +70,22 @@
</property>
</spacer>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="removeButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimumSize">
<size>
<width>21</width>
<height>23</height>
</size>
</property>
<property name="text">
<string>Remove</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>