File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ DEFINES += QT_DEPRECATED_WARNINGS
2828CONFIG += c++11
2929
3030SOURCES += \
31- main.cpp \
32- mainwindow.cpp
31+ main.cpp \
32+ mainwindow.cpp
3333
3434HEADERS += \
35- mainwindow.h \
35+ mainwindow.h \
3636 constants.h
3737
3838FORMS += \
Original file line number Diff line number Diff line change @@ -36,6 +36,22 @@ QStringList static comboBox_bauds_values =
3636};
3737const 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+ " " \
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+ " " \
49+ "Paypal - <a href=\"https://www.paypal.me/josrios\">https://www.paypal.me/josrios</a><br/>" \
50+ " " \
51+ "BTC - 3N9wf3FunR6YNXonquBeWammaBZVzTXTyR<br/>" \
52+ "<br/>" \
53+ "<p dir=\"rtl\">(: Enjoy this Terminal</p>" ;
54+
3955/**************************************************************************************************/
4056
4157#endif // CONSTANTS_H
You can’t perform that action at this time.
0 commit comments