Some .ui changes that Qt Designer insists on
This commit is contained in:
parent
7ebc1bb69e
commit
0a95c470b0
@ -14,7 +14,9 @@
|
||||
<string>OpenAL Soft Configuration</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset theme="preferences-desktop-sound"/>
|
||||
<iconset theme="preferences-desktop-sound">
|
||||
<normaloff/>
|
||||
</iconset>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralWidget">
|
||||
<widget class="QPushButton" name="applyButton">
|
||||
@ -30,7 +32,9 @@
|
||||
<string>Apply</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="dialog-ok-apply"/>
|
||||
<iconset theme="dialog-ok-apply">
|
||||
<normaloff/>
|
||||
</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QTabWidget" name="tabWidget">
|
||||
@ -1332,7 +1336,9 @@ added by the ALC_EXT_DEDICATED extension.</string>
|
||||
</widget>
|
||||
<action name="actionQuit">
|
||||
<property name="icon">
|
||||
<iconset theme="application-exit"/>
|
||||
<iconset theme="application-exit">
|
||||
<normaloff/>
|
||||
</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Quit</string>
|
||||
@ -1340,7 +1346,9 @@ added by the ALC_EXT_DEDICATED extension.</string>
|
||||
</action>
|
||||
<action name="actionSave_As">
|
||||
<property name="icon">
|
||||
<iconset theme="document-save-as"/>
|
||||
<iconset theme="document-save-as">
|
||||
<normaloff/>
|
||||
</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Save &As...</string>
|
||||
@ -1351,7 +1359,9 @@ added by the ALC_EXT_DEDICATED extension.</string>
|
||||
</action>
|
||||
<action name="actionLoad">
|
||||
<property name="icon">
|
||||
<iconset theme="document-open"/>
|
||||
<iconset theme="document-open">
|
||||
<normaloff/>
|
||||
</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Load...</string>
|
||||
|
Loading…
Reference in New Issue
Block a user