Skip to content

Commit 5c3a7ad

Browse files
committed
message widget added
1 parent a63bdb0 commit 5c3a7ad

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

src/libGUI/Widgets/messageform.ui

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
</property>
16+
<property name="autoFillBackground">
17+
<bool>false</bool>
18+
</property>
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+
</property>
26+
</widget>
27+
<resources/>
28+
<connections/>
29+
</ui>

0 commit comments

Comments
 (0)