Skip to content

Commit 0ea45b9

Browse files
committed
Minimalizing stuffs, Menubar add for enable/disable characteristics.
1 parent ef5725b commit 0ea45b9

5 files changed

Lines changed: 523 additions & 45 deletions

File tree

SUSTerm/SUSTerm.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ DEFINES += QT_DEPRECATED_WARNINGS
2828
CONFIG += c++11
2929

3030
SOURCES += \
31-
main.cpp \
32-
mainwindow.cpp
31+
main.cpp \
32+
mainwindow.cpp
3333

3434
HEADERS += \
35-
mainwindow.h \
35+
mainwindow.h \
3636
constants.h
3737

3838
FORMS += \

SUSTerm/constants.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@ QStringList static comboBox_bauds_values =
3636
};
3737
const int bauds_default_value = 7; // 7 = 115200
3838

39+
const QString ABOUT_TEXT =
40+
"SUSTerm (Simple Universal Serial Terminal) is a free and open GNU-GPL software which is " \
41+
"focused in minimalist and be efficiently fast and easy to use.<br/>" \
42+
"<br/>" \
43+
"This software was developed by J-Rios and you can get the code at:<br/>" \
44+
"&nbsp;&nbsp;&nbsp;&nbsp;" \
45+
"<a href=\"https://github.com/J-Rios/SUSTerm\">https://github.com/J-Rios/SUSTerm</a><br/>" \
46+
"<br/>" \
47+
"Do you like this App? Buy me a coffe:<br/>" \
48+
"&nbsp;&nbsp;&nbsp;&nbsp;" \
49+
"Paypal - <a href=\"https://www.paypal.me/josrios\">https://www.paypal.me/josrios</a><br/>" \
50+
"&nbsp;&nbsp;&nbsp;&nbsp;" \
51+
"BTC - 3N9wf3FunR6YNXonquBeWammaBZVzTXTyR<br/>" \
52+
"<br/>" \
53+
"<p dir=\"rtl\">(: Enjoy this Terminal</p>";
54+
3955
/**************************************************************************************************/
4056

4157
#endif // CONSTANTS_H

0 commit comments

Comments
 (0)