Skip to content

Commit c261b17

Browse files
author
Jim Hamill
committed
Use standardized icons
1 parent 5c5788a commit c261b17

File tree

4 files changed

+11
-27
lines changed

4 files changed

+11
-27
lines changed

BrowseWidget.ui

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<string>Add</string>
104104
</property>
105105
<property name="icon">
106-
<iconset theme="add">
106+
<iconset theme="list-add">
107107
<normaloff/>
108108
</iconset>
109109
</property>
@@ -118,9 +118,7 @@
118118
<string>Remove</string>
119119
</property>
120120
<property name="icon">
121-
<iconset theme="remove">
122-
<normaloff/>
123-
</iconset>
121+
<iconset theme="list-remove"/>
124122
</property>
125123
</widget>
126124
</item>
@@ -133,9 +131,7 @@
133131
<string>Export Table</string>
134132
</property>
135133
<property name="icon">
136-
<iconset theme="filesave">
137-
<normaloff/>
138-
</iconset>
134+
<iconset theme="document-export"/>
139135
</property>
140136
</widget>
141137
</item>

ExplorerWidget.ui

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@
4444
<string>Add</string>
4545
</property>
4646
<property name="icon">
47-
<iconset theme="add">
48-
<normaloff/>
49-
</iconset>
47+
<iconset theme="list-add"/>
5048
</property>
5149
</widget>
5250
</item>
@@ -56,9 +54,7 @@
5654
<string>Remove</string>
5755
</property>
5856
<property name="icon">
59-
<iconset theme="remove">
60-
<normaloff/>
61-
</iconset>
57+
<iconset theme="list-remove"/>
6258
</property>
6359
</widget>
6460
</item>

MainWindow.ui

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
<string>QuteSQL</string>
1515
</property>
1616
<property name="windowIcon">
17-
<iconset theme="database">
18-
<normaloff/>
19-
</iconset>
17+
<iconset theme="server-database"/>
2018
</property>
2119
<widget class="QWidget" name="centralWidget">
2220
<property name="sizePolicy">
@@ -143,9 +141,7 @@
143141
</widget>
144142
<action name="actionNew_Connection">
145143
<property name="icon">
146-
<iconset theme="connect">
147-
<normaloff/>
148-
</iconset>
144+
<iconset theme="connect"/>
149145
</property>
150146
<property name="text">
151147
<string>New Connection</string>
@@ -156,9 +152,7 @@
156152
</action>
157153
<action name="actionClose_Connection">
158154
<property name="icon">
159-
<iconset theme="disconnect">
160-
<normaloff/>
161-
</iconset>
155+
<iconset theme="disconnect"/>
162156
</property>
163157
<property name="text">
164158
<string>Close Connection</string>
@@ -199,9 +193,7 @@
199193
</action>
200194
<action name="actionRefresh">
201195
<property name="icon">
202-
<iconset theme="reload">
203-
<normaloff/>
204-
</iconset>
196+
<iconset theme="view-refresh"/>
205197
</property>
206198
<property name="text">
207199
<string>Refresh</string>

SavedQueryWidget.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<string>...</string>
3434
</property>
3535
<property name="icon">
36-
<iconset theme="add"/>
36+
<iconset theme="list-add"/>
3737
</property>
3838
</widget>
3939
</item>
@@ -43,7 +43,7 @@
4343
<string>...</string>
4444
</property>
4545
<property name="icon">
46-
<iconset theme="remove"/>
46+
<iconset theme="list-remove"/>
4747
</property>
4848
</widget>
4949
</item>

0 commit comments

Comments
 (0)