262 lines
5.7 KiB
XML
262 lines
5.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MCNetworkDialog</class>
|
|
<widget class="QDialog" name="MCNetworkDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>592</width>
|
|
<height>405</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Netzwerkeinstellungen</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<widget class="QLabel" name="_label1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>11</x>
|
|
<y>11</y>
|
|
<width>471</width>
|
|
<height>36</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>16</pointsize>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Netzwerkeinstellungen</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::AutoText</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="Line" name="_line1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>632</width>
|
|
<height>3</height>
|
|
</rect>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="Line" name="_line2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>345</y>
|
|
<width>571</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="_buttonUseUSB">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>70</y>
|
|
<width>401</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Daten nur auf USB-Stick speichern</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="_buttonUseNetwork">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>100</y>
|
|
<width>411</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Daten über Netzwerk senden</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="_groupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>130</y>
|
|
<width>571</width>
|
|
<height>211</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Setup</string>
|
|
</property>
|
|
<widget class="QLabel" name="_label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>102</y>
|
|
<width>141</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Servername, Port:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="_receiverHost">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>100</y>
|
|
<width>113</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="_label4_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>100</y>
|
|
<width>16</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="_receiverPort">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>310</x>
|
|
<y>100</y>
|
|
<width>81</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="_isReceiver">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>150</y>
|
|
<width>521</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Dieser PC ist die Abrechnungskasse ('Server')</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="_isSender">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>70</y>
|
|
<width>221</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>diese Kasse ist Sender</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="_label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>32</y>
|
|
<width>141</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Eigener Name:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="_senderHost">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>30</y>
|
|
<width>113</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="_buttonTest">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>402</x>
|
|
<y>100</y>
|
|
<width>151</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Verbindung Testen</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="_labelTest">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>402</x>
|
|
<y>69</y>
|
|
<width>151</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QDialogButtonBox" name="_buttonBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>365</y>
|
|
<width>449</width>
|
|
<height>29</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>9</pointsize>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|