We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63bdb0 commit 5c3a7adCopy full SHA for 5c3a7ad
src/libGUI/Widgets/messageform.ui
@@ -0,0 +1,29 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<ui version="4.0">
3
+ <class>Form</class>
4
+ <widget class="QWidget" name="Form">
5
+ <property name="geometry">
6
+ <rect>
7
+ <x>0</x>
8
+ <y>0</y>
9
+ <width>300</width>
10
+ <height>30</height>
11
+ </rect>
12
+ </property>
13
+ <property name="windowTitle">
14
+ <string/>
15
16
+ <property name="autoFillBackground">
17
+ <bool>false</bool>
18
19
+ <property name="styleSheet">
20
+ <string notr="true">background-color: blue;
21
+text-color: white;
22
+border: 1px solid white;
23
+border-radius: 10px;
24
+</string>
25
26
+ </widget>
27
+ <resources/>
28
+ <connections/>
29
+</ui>
0 commit comments