Disable default option for push buttons

This commit is contained in:
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> <string>Settings</string>
</property> </property>
<property name="autoDefault"> <property name="autoDefault">
<bool>true</bool> <bool>false</bool>
</property> </property>
<property name="default"> <property name="default">
<bool>false</bool> <bool>false</bool>
@ -76,7 +76,7 @@ color: rgb(238, 238, 236);</string>
<string>Exit</string> <string>Exit</string>
</property> </property>
<property name="autoDefault"> <property name="autoDefault">
<bool>true</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">

View file

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