-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtoolmenu.ui
47 lines (47 loc) · 985 Bytes
/
toolmenu.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ToolMenu</class>
<widget class="QDialog" name="ToolMenu">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>512</width>
<height>411</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true">QToolButton{
background-color:rgb(45,45,45);
color:rgb(220,220,220);
border:1px solid rgb(220,220,220);
font: 9pt "Consolas";
padding: 2px 4px 2px 4px
}
/*QToolButton:hover{
background-color:rgb(29,84,92);
}*/
/*
QMenu{
background-color:rgb(45,45,45);
color:rgb(220,220,220);
border:1px solid white;
}
QMenu:selected{
background-color:rgb(29,84,92);
}*/
QLabel{
color:white;
font: 8pt "Microsoft YaHei UI";
background-color: rgba(53, 53, 53, 150);
padding-left: 2px;
padding-right: 2px;
}</string>
</property>
</widget>
<resources/>
<connections/>
</ui>