This repository has been archived on 2022-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
modern-linbo-gui/forms/linboRegisterBox.ui

166 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>linboRegisterBox</class>
<widget class="QDialog" name="linboRegisterBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>282</width>
<height>412</height>
</rect>
</property>
<property name="windowTitle">
<string>Rechner registrieren</string>
</property>
<widget class="QLabel" name="textLabel2">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>171</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Raumbezeichnung</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
<widget class="QLineEdit" name="roomName">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>240</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="textLabel3">
<property name="geometry">
<rect>
<x>20</x>
<y>100</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Rechnername</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
<widget class="QLineEdit" name="clientName">
<property name="geometry">
<rect>
<x>20</x>
<y>140</y>
<width>241</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="textLabel3_2">
<property name="geometry">
<rect>
<x>20</x>
<y>190</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>IP-Adresse</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
<widget class="QLineEdit" name="ipAddress">
<property name="geometry">
<rect>
<x>20</x>
<y>230</y>
<width>241</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="textLabel3_2_2">
<property name="geometry">
<rect>
<x>20</x>
<y>280</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Rechnergruppe</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
<widget class="QLineEdit" name="clientGroup">
<property name="geometry">
<rect>
<x>20</x>
<y>320</y>
<width>241</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="registerButton">
<property name="geometry">
<rect>
<x>20</x>
<y>370</y>
<width>121</width>
<height>31</height>
</rect>
</property>
<property name="toolTip">
<string>Lädt die Rechnerinformationen auf den Server hoch</string>
</property>
<property name="text">
<string>Registrieren</string>
</property>
</widget>
<widget class="QPushButton" name="cancelButton">
<property name="geometry">
<rect>
<x>170</x>
<y>370</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="toolTip">
<string>Abbrechen ohne Rechnerregistrierung</string>
</property>
<property name="text">
<string>Abbruch</string>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<tabstops>
<tabstop>roomName</tabstop>
<tabstop>clientName</tabstop>
<tabstop>ipAddress</tabstop>
<tabstop>clientGroup</tabstop>
<tabstop>registerButton</tabstop>
<tabstop>cancelButton</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>