File tree Expand file tree Collapse file tree 4 files changed +47
-0
lines changed Expand file tree Collapse file tree 4 files changed +47
-0
lines changed Original file line number Diff line number Diff line change 93
93
<property name =" bottomMargin" >
94
94
<number >5</number >
95
95
</property >
96
+ <item >
97
+ <spacer name =" horizontalSpacer_2" >
98
+ <property name =" orientation" >
99
+ <enum >Qt::Horizontal</enum >
100
+ </property >
101
+ <property name =" sizeHint" stdset =" 0" >
102
+ <size >
103
+ <width >40</width >
104
+ <height >20</height >
105
+ </size >
106
+ </property >
107
+ </spacer >
108
+ </item >
109
+ <item >
110
+ <widget class =" QPushButton" name =" menuButton" >
111
+ <property name =" minimumSize" >
112
+ <size >
113
+ <width >30</width >
114
+ <height >30</height >
115
+ </size >
116
+ </property >
117
+ <property name =" maximumSize" >
118
+ <size >
119
+ <width >30</width >
120
+ <height >30</height >
121
+ </size >
122
+ </property >
123
+ <property name =" text" >
124
+ <string />
125
+ </property >
126
+ <property name =" icon" >
127
+ <iconset resource =" resources.qrc" >
128
+ <normaloff >:/icons/menu.png</normaloff >:/icons/menu.png</iconset >
129
+ </property >
130
+ <property name =" iconSize" >
131
+ <size >
132
+ <width >30</width >
133
+ <height >30</height >
134
+ </size >
135
+ </property >
136
+ </widget >
137
+ </item >
96
138
<item >
97
139
<spacer name =" horizontalSpacer_5" >
98
140
<property name =" orientation" >
Original file line number Diff line number Diff line change 21
21
<file>icons/drop-down.png</file>
22
22
<file>sounds/Bird.mp3</file>
23
23
<file>sounds/Light.mp3</file>
24
+ <file>icons/menu.png</file>
24
25
</qresource>
25
26
</RCC>
Original file line number Diff line number Diff line change @@ -297,3 +297,7 @@ QRadioButton::indicator {
297
297
width: 15px;
298
298
height: 15px;
299
299
}
300
+
301
+ QPushButton#menuButton {
302
+ border: 0px;
303
+ }
You can’t perform that action at this time.
0 commit comments