implement server settings window (readonly)

This commit is contained in:
Yannik Schmidt
2020-09-04 23:33:24 +02:00
parent 30291ef72d
commit b7023d348b
13 changed files with 304 additions and 34 deletions

34
serverconfigitem.ui Normal file
View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="lineEdit_2"/>
</item>
<item>
<widget class="QLineEdit" name="lineEdit"/>
</item>
<item>
<widget class="QPushButton" name="buttonDelete">
<property name="text">
<string>Löschen</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>