re-add accidentally deleted ui file

This commit is contained in:
Yannik Schmidt
2021-02-25 19:48:28 +01:00
parent c05a38c45d
commit f7676f367a
2 changed files with 25 additions and 1 deletions

23
settings.ui Normal file
View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>settings</class>
<widget class="QMainWindow" name="settings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>281</width>
<height>245</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>

View File

@@ -57,7 +57,8 @@ HEADERS += \
FORMS += \
mainwindow.ui \
listItemServeConfig.ui \
serverconfigitem.ui
serverconfigitem.ui \
settings.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin