2 Commits

Author SHA1 Message Date
Yannik Schmidt
c381a62e73 add buildfiles and results to gitignore 2021-02-25 19:49:25 +01:00
Yannik Schmidt
f7676f367a re-add accidentally deleted ui file 2021-02-25 19:48:28 +01:00
3 changed files with 29 additions and 1 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,7 @@
*.user *.user
*.stash *.stash
*.o
moc_*
ui_*
Makefile Makefile
speech-server-client-qt

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 += \ FORMS += \
mainwindow.ui \ mainwindow.ui \
listItemServeConfig.ui \ listItemServeConfig.ui \
serverconfigitem.ui serverconfigitem.ui \
settings.ui
# Default rules for deployment. # Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin qnx: target.path = /tmp/$${TARGET}/bin