Disable default option for push buttons

pull/10/head
Michal Szwaj 2018-02-13 18:48:01 +01:00
parent 225d495f43
commit bd1cfcb444
2 changed files with 8 additions and 8 deletions

View File

@ -57,7 +57,7 @@ color: rgb(238, 238, 236);</string>
<string>Settings</string>
</property>
<property name="autoDefault">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
@ -76,7 +76,7 @@ color: rgb(238, 238, 236);</string>
<string>Exit</string>
</property>
<property name="autoDefault">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_2">

View File

@ -42,7 +42,7 @@ color: rgb(238, 238, 236);</string>
<string>Save</string>
</property>
<property name="autoDefault">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonCancel">
@ -58,7 +58,7 @@ color: rgb(238, 238, 236);</string>
<string>Cancel</string>
</property>
<property name="autoDefault">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
@ -564,7 +564,7 @@ color: rgb(238, 238, 236);</string>
<string>Select all</string>
</property>
<property name="autoDefault">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonClearSelection">
@ -580,7 +580,7 @@ color: rgb(238, 238, 236);</string>
<string>Clear selection</string>
</property>
<property name="autoDefault">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonShowBindings">
@ -596,7 +596,7 @@ color: rgb(238, 238, 236);</string>
<string>Show bindings</string>
</property>
<property name="autoDefault">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</widget>
@ -759,7 +759,7 @@ color: rgb(238, 238, 236);</string>
<string>Reset to defaults</string>
</property>
<property name="autoDefault">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</widget>