Files
miniCashAll/libMiniCash/mcnetworkwidget.ui

70 lines
1.5 KiB
Plaintext
Raw Normal View History

2025-08-05 22:37:51 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MCNetworkWidget</class>
<widget class="QLabel" name="MCNetworkWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>140</width>
<height>90</height>
</rect>
</property>
<property name="windowTitle">
<string>ConnectionState</string>
</property>
<property name="styleSheet">
<string notr="true">background: groove gray;</string>
</property>
<widget class="QPushButton" name="_buttonState">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>40</x>
<y>2</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="_labelState">
<property name="geometry">
<rect>
<x>5</x>
<y>62</y>
<width>130</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color:white;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>