-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnsrmainwindow.ui
78 lines (71 loc) · 1.92 KB
/
nsrmainwindow.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NSRMainWindow</class>
<widget class="QMainWindow" name="NSRMainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>304</width>
<height>405</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="windowTitle">
<string>NSR Viewer</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(80, 80, 80), stop:0.25 rgba(65, 65, 65), stop:0.5 rgba(45, 45, 45), stop:0.75 rgba(20, 20, 20), stop:1 rgba(0, 0, 0, 255));
color: rgb(255, 255, 255);
font-size: 14px;
border: none;
}
QPushButton:pressed:hover {
background-color: rgb(0, 140, 205) ;
}
QToolButton {
background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(80, 80, 80), stop:0.25 rgba(65, 65, 65), stop:0.5 rgba(45, 45, 45), stop:0.75 rgba(20, 20, 20), stop:1 rgba(0, 0, 0, 255));
color: rgb(255, 255, 255);
font-size: 14px;
border: 1px solid rgba(130, 130, 130, 255);
border-radius: 4px;
}
QToolButton:pressed:hover {
background-color: rgb(0, 140, 205);
}
QMenu {
background-color: rgba(0, 0, 0, 200);
border: 1px solid black;
}
QMenu::item {
color: rgba(255, 255, 255, 255);
font-size: 10px;
height: 12px;
}
QMenu::item:selected {
background-color: rgb(0, 140, 205) ;
}
QTextEdit {
background-color: white;
color: black;
}
</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
</layout>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>