Ref T384, ATC button component and integration in text message component

This commit is contained in:
Klaus Basan
2018-10-05 02:01:17 +02:00
parent df08923455
commit 228e686b77
8 changed files with 319 additions and 25 deletions

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CAtcButtonComponent</class>
<widget class="QFrame" name="CAtcButtonComponent">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>25</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="windowTitle">
<string>Frame</string>
</property>
</widget>
<resources/>
<connections/>
</ui>