0
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>MainWindow</class> |
|
4 <widget class="QMainWindow" name="MainWindow"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>800</width> |
|
10 <height>600</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>MainWindow</string> |
|
15 </property> |
|
16 <widget class="QWidget" name="centralwidget"> |
|
17 <layout class="QVBoxLayout" name="verticalLayout"> |
|
18 <item> |
|
19 <widget class="QLabel" name="label"> |
|
20 <property name="text"> |
|
21 <string>some_user: "This is an example notification"</string> |
|
22 </property> |
|
23 <property name="alignment"> |
|
24 <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set> |
|
25 </property> |
|
26 </widget> |
|
27 </item> |
|
28 <item> |
|
29 <widget class="QScrollArea" name="scrollArea"> |
|
30 <property name="maximumSize"> |
|
31 <size> |
|
32 <width>16777215</width> |
|
33 <height>80</height> |
|
34 </size> |
|
35 </property> |
|
36 <property name="widgetResizable"> |
|
37 <bool>true</bool> |
|
38 </property> |
|
39 <widget class="QWidget" name="scrollAreaWidgetContents"> |
|
40 <property name="geometry"> |
|
41 <rect> |
|
42 <x>0</x> |
|
43 <y>0</y> |
|
44 <width>784</width> |
|
45 <height>76</height> |
|
46 </rect> |
|
47 </property> |
|
48 </widget> |
|
49 </widget> |
|
50 </item> |
|
51 <item> |
|
52 <widget class="QStackedWidget" name="stackedWidget"> |
|
53 <property name="currentIndex"> |
|
54 <number>0</number> |
|
55 </property> |
|
56 <widget class="QWidget" name="page"/> |
|
57 <widget class="QWidget" name="page_2"/> |
|
58 </widget> |
|
59 </item> |
|
60 </layout> |
|
61 </widget> |
|
62 <widget class="QStatusBar" name="statusbar"/> |
|
63 </widget> |
|
64 <resources/> |
|
65 <connections/> |
|
66 </ui> |