-
Notifications
You must be signed in to change notification settings - Fork 0
/
widgetswindow.ui
153 lines (153 loc) · 4.54 KB
/
widgetswindow.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>widgetsWindow</class>
<widget class="QMainWindow" name="widgetsWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1200</width>
<height>600</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Widgets</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1184</width>
<height>542</height>
</rect>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1200</width>
<height>20</height>
</rect>
</property>
<widget class="QMenu" name="menuWidgets">
<property name="title">
<string>Add Widget</string>
</property>
<addaction name="actionAdd_SliderWidget"/>
<addaction name="actionAdd_Dial_Widget"/>
<addaction name="actionButton"/>
<addaction name="actionSignal_Generator"/>
</widget>
<widget class="QMenu" name="menuWidgets_2">
<property name="title">
<string>Widgets</string>
</property>
<addaction name="actionRemove_All"/>
<addaction name="separator"/>
<addaction name="actionLoad"/>
<addaction name="actionSave"/>
</widget>
<addaction name="menuWidgets_2"/>
<addaction name="menuWidgets"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionAdd_SliderWidget">
<property name="icon">
<iconset resource="appresources.qrc">
<normaloff>:/Icons/Icons/icons8-paramètres-48.png</normaloff>:/Icons/Icons/icons8-paramètres-48.png</iconset>
</property>
<property name="text">
<string>Slider</string>
</property>
<property name="toolTip">
<string>Add Slider Widget</string>
</property>
</action>
<action name="actionAdd_Dial_Widget">
<property name="icon">
<iconset resource="appresources.qrc">
<normaloff>:/Icons/Icons/knob.png</normaloff>:/Icons/Icons/knob.png</iconset>
</property>
<property name="text">
<string>Dial</string>
</property>
</action>
<action name="actionLoad">
<property name="icon">
<iconset resource="appresources.qrc">
<normaloff>:/Icons/Icons/icons8-téléchargements-48.png</normaloff>:/Icons/Icons/icons8-téléchargements-48.png</iconset>
</property>
<property name="text">
<string>Load</string>
</property>
</action>
<action name="actionSave">
<property name="icon">
<iconset resource="appresources.qrc">
<normaloff>:/Icons/Icons/icons8-save-48.png</normaloff>:/Icons/Icons/icons8-save-48.png</iconset>
</property>
<property name="text">
<string>Save</string>
</property>
</action>
<action name="actionRemove_All">
<property name="icon">
<iconset resource="appresources.qrc">
<normaloff>:/Icons/Icons/icons8-supprimer-la-table-48.png</normaloff>:/Icons/Icons/icons8-supprimer-la-table-48.png</iconset>
</property>
<property name="text">
<string>Remove All</string>
</property>
</action>
<action name="actionButton">
<property name="icon">
<iconset resource="appresources.qrc">
<normaloff>:/Icons/Icons/icons8-natural-user-interface-2-48.png</normaloff>:/Icons/Icons/icons8-natural-user-interface-2-48.png</iconset>
</property>
<property name="text">
<string>Button</string>
</property>
</action>
<action name="actionSignal_Generator">
<property name="text">
<string>Signal Generator</string>
</property>
</action>
</widget>
<resources>
<include location="appresources.qrc"/>
</resources>
<connections/>
</ui>