Skip to content

Commit

Permalink
Update Fond
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmucde committed Jul 9, 2021
1 parent b3cfcb6 commit babaa3f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 121 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ Thumbs.db
*.dll
*.exe

# Ignore build directory
build
3 changes: 0 additions & 3 deletions DLTRelais.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ CONFIG += c++11
SOURCES += \
dltminiserver.cpp \
dltrelais.cpp \
infodialog.cpp \
main.cpp \
dialog.cpp \
settingsdialog.cpp
Expand All @@ -20,13 +19,11 @@ HEADERS += \
dialog.h \
dltminiserver.h \
dltrelais.h \
infodialog.h \
settingsdialog.h \
version.h

FORMS += \
dialog.ui \
infodialog.ui \
settingsdialog.ui

TRANSLATIONS += \
Expand Down
9 changes: 7 additions & 2 deletions dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>409</width>
<height>440</height>
<width>466</width>
<height>435</height>
</rect>
</property>
<property name="sizePolicy">
Expand All @@ -16,6 +16,11 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>Arial</family>
</font>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
Expand Down
14 changes: 0 additions & 14 deletions infodialog.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions infodialog.h

This file was deleted.

78 changes: 0 additions & 78 deletions infodialog.ui

This file was deleted.

9 changes: 7 additions & 2 deletions settingsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
<rect>
<x>0</x>
<y>0</y>
<width>481</width>
<height>428</height>
<width>342</width>
<height>279</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
</font>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
Expand Down

0 comments on commit babaa3f

Please sign in to comment.