26_Sep
This commit is contained in:
Binary file not shown.
13517
.owncloudsync.log
13517
.owncloudsync.log
File diff suppressed because it is too large
Load Diff
1
ALT/KI
Submodule
1
ALT/KI
Submodule
Submodule ALT/KI added at 88a4a76655
1
ALT/Konsole_Game
Submodule
1
ALT/Konsole_Game
Submodule
Submodule ALT/Konsole_Game added at d1d769ca69
1
ALT/Raspberry_pi
Submodule
1
ALT/Raspberry_pi
Submodule
Submodule ALT/Raspberry_pi added at 06a11cf4be
1
ALT/S_New3
Submodule
1
ALT/S_New3
Submodule
Submodule ALT/S_New3 added at 15e8ddd07b
@@ -1,9 +1,9 @@
|
||||
#############################################################################
|
||||
# Makefile for building: game
|
||||
# Makefile for building: SchuTool
|
||||
# Generated by qmake (3.1) (Qt 5.12.2)
|
||||
# Project: ../game/game.pro
|
||||
# Project: ../SchuTool/SchuTool.pro
|
||||
# Template: app
|
||||
# Command: /usr/lib/qt5/bin/qmake -o Makefile ../game/game.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
|
||||
# Command: /usr/lib/qt5/bin/qmake -o Makefile ../SchuTool/SchuTool.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
|
||||
#############################################################################
|
||||
|
||||
MAKEFILE = Makefile
|
||||
@@ -17,7 +17,7 @@ CXX = g++
|
||||
DEFINES = -DQT_DEPRECATED_WARNINGS -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB
|
||||
CFLAGS = -pipe -g -Wall -W -D_REENTRANT -fPIC $(DEFINES)
|
||||
CXXFLAGS = -pipe -g -std=gnu++11 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
|
||||
INCPATH = -I../game -I. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++
|
||||
INCPATH = -I../SchuTool -I. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++
|
||||
QMAKE = /usr/lib/qt5/bin/qmake
|
||||
DEL_FILE = rm -f
|
||||
CHK_DIR_EXISTS= test -d
|
||||
@@ -36,8 +36,8 @@ DEL_DIR = rmdir
|
||||
MOVE = mv -f
|
||||
TAR = tar -cf
|
||||
COMPRESS = gzip -9f
|
||||
DISTNAME = game1.0.0
|
||||
DISTDIR = /home/markus/Qt/build-game-Desktop-Debug/.tmp/game1.0.0
|
||||
DISTNAME = SchuTool1.0.0
|
||||
DISTDIR = /home/markus/Qt/ShutTest/.tmp/SchuTool1.0.0
|
||||
LINK = g++
|
||||
LFLAGS =
|
||||
LIBS = $(SUBLIBS) -lQt5Widgets -lQt5Gui -lQt5Core /usr/lib/x86_64-linux-gnu/libGL.so -lpthread
|
||||
@@ -52,8 +52,8 @@ OBJECTS_DIR = ./
|
||||
|
||||
####### Files
|
||||
|
||||
SOURCES = ../game/main.cpp \
|
||||
../game/mainwindow.cpp moc_mainwindow.cpp
|
||||
SOURCES = ../SchuTool/main.cpp \
|
||||
../SchuTool/mainwindow.cpp moc_mainwindow.cpp
|
||||
OBJECTS = main.o \
|
||||
mainwindow.o \
|
||||
moc_mainwindow.o
|
||||
@@ -149,20 +149,20 @@ DIST = /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf \
|
||||
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exceptions.prf \
|
||||
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/yacc.prf \
|
||||
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/lex.prf \
|
||||
../game/game.pro ../game/mainwindow.h ../game/main.cpp \
|
||||
../game/mainwindow.cpp
|
||||
QMAKE_TARGET = game
|
||||
../SchuTool/SchuTool.pro ../SchuTool/mainwindow.h ../SchuTool/main.cpp \
|
||||
../SchuTool/mainwindow.cpp
|
||||
QMAKE_TARGET = SchuTool
|
||||
DESTDIR =
|
||||
TARGET = game
|
||||
TARGET = SchuTool
|
||||
|
||||
|
||||
first: all
|
||||
####### Build rules
|
||||
|
||||
game: $(OBJECTS)
|
||||
SchuTool: ui_mainwindow.h $(OBJECTS)
|
||||
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
|
||||
|
||||
Makefile: ../game/game.pro /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qmake.conf /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf \
|
||||
Makefile: ../SchuTool/SchuTool.pro /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qmake.conf /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf \
|
||||
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/unix.conf \
|
||||
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/linux.conf \
|
||||
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/sanitize.conf \
|
||||
@@ -254,11 +254,11 @@ Makefile: ../game/game.pro /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qmake
|
||||
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exceptions.prf \
|
||||
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/yacc.prf \
|
||||
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/lex.prf \
|
||||
../game/game.pro \
|
||||
../SchuTool/SchuTool.pro \
|
||||
/usr/lib/x86_64-linux-gnu/libQt5Widgets.prl \
|
||||
/usr/lib/x86_64-linux-gnu/libQt5Gui.prl \
|
||||
/usr/lib/x86_64-linux-gnu/libQt5Core.prl
|
||||
$(QMAKE) -o Makefile ../game/game.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
|
||||
$(QMAKE) -o Makefile ../SchuTool/SchuTool.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
|
||||
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf:
|
||||
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/unix.conf:
|
||||
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/linux.conf:
|
||||
@@ -351,17 +351,17 @@ Makefile: ../game/game.pro /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qmake
|
||||
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exceptions.prf:
|
||||
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/yacc.prf:
|
||||
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/lex.prf:
|
||||
../game/game.pro:
|
||||
../SchuTool/SchuTool.pro:
|
||||
/usr/lib/x86_64-linux-gnu/libQt5Widgets.prl:
|
||||
/usr/lib/x86_64-linux-gnu/libQt5Gui.prl:
|
||||
/usr/lib/x86_64-linux-gnu/libQt5Core.prl:
|
||||
qmake: FORCE
|
||||
@$(QMAKE) -o Makefile ../game/game.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
|
||||
@$(QMAKE) -o Makefile ../SchuTool/SchuTool.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
|
||||
|
||||
qmake_all: FORCE
|
||||
|
||||
|
||||
all: Makefile game
|
||||
all: Makefile SchuTool
|
||||
|
||||
dist: distdir FORCE
|
||||
(cd `dirname $(DISTDIR)` && $(TAR) $(DISTNAME).tar $(DISTNAME) && $(COMPRESS) $(DISTNAME).tar) && $(MOVE) `dirname $(DISTDIR)`/$(DISTNAME).tar.gz . && $(DEL_FILE) -r $(DISTDIR)
|
||||
@@ -370,8 +370,9 @@ distdir: FORCE
|
||||
@test -d $(DISTDIR) || mkdir -p $(DISTDIR)
|
||||
$(COPY_FILE) --parents $(DIST) $(DISTDIR)/
|
||||
$(COPY_FILE) --parents /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/data/dummy.cpp $(DISTDIR)/
|
||||
$(COPY_FILE) --parents ../game/mainwindow.h $(DISTDIR)/
|
||||
$(COPY_FILE) --parents ../game/main.cpp ../game/mainwindow.cpp $(DISTDIR)/
|
||||
$(COPY_FILE) --parents ../SchuTool/mainwindow.h $(DISTDIR)/
|
||||
$(COPY_FILE) --parents ../SchuTool/main.cpp ../SchuTool/mainwindow.cpp $(DISTDIR)/
|
||||
$(COPY_FILE) --parents ../SchuTool/mainwindow.ui $(DISTDIR)/
|
||||
|
||||
|
||||
clean: compiler_clean
|
||||
@@ -405,32 +406,38 @@ moc_predefs.h: /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/data/dummy.cpp
|
||||
compiler_moc_header_make_all: moc_mainwindow.cpp
|
||||
compiler_moc_header_clean:
|
||||
-$(DEL_FILE) moc_mainwindow.cpp
|
||||
moc_mainwindow.cpp: ../game/mainwindow.h \
|
||||
moc_mainwindow.cpp: ../SchuTool/mainwindow.h \
|
||||
moc_predefs.h \
|
||||
/usr/lib/qt5/bin/moc
|
||||
/usr/lib/qt5/bin/moc $(DEFINES) --include /home/markus/Qt/build-game-Desktop-Debug/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/markus/Qt/game -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/include/c++/7 -I/usr/include/x86_64-linux-gnu/c++/7 -I/usr/include/c++/7/backward -I/usr/lib/gcc/x86_64-linux-gnu/7/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../game/mainwindow.h -o moc_mainwindow.cpp
|
||||
/usr/lib/qt5/bin/moc $(DEFINES) --include /home/markus/Qt/ShutTest/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/markus/Qt/SchuTool -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/include/c++/7 -I/usr/include/x86_64-linux-gnu/c++/7 -I/usr/include/c++/7/backward -I/usr/lib/gcc/x86_64-linux-gnu/7/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../SchuTool/mainwindow.h -o moc_mainwindow.cpp
|
||||
|
||||
compiler_moc_objc_header_make_all:
|
||||
compiler_moc_objc_header_clean:
|
||||
compiler_moc_source_make_all:
|
||||
compiler_moc_source_clean:
|
||||
compiler_uic_make_all:
|
||||
compiler_uic_make_all: ui_mainwindow.h
|
||||
compiler_uic_clean:
|
||||
-$(DEL_FILE) ui_mainwindow.h
|
||||
ui_mainwindow.h: ../SchuTool/mainwindow.ui \
|
||||
/usr/lib/qt5/bin/uic
|
||||
/usr/lib/qt5/bin/uic ../SchuTool/mainwindow.ui -o ui_mainwindow.h
|
||||
|
||||
compiler_yacc_decl_make_all:
|
||||
compiler_yacc_decl_clean:
|
||||
compiler_yacc_impl_make_all:
|
||||
compiler_yacc_impl_clean:
|
||||
compiler_lex_make_all:
|
||||
compiler_lex_clean:
|
||||
compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean
|
||||
compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean
|
||||
|
||||
####### Compile
|
||||
|
||||
main.o: ../game/main.cpp ../game/mainwindow.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o ../game/main.cpp
|
||||
main.o: ../SchuTool/main.cpp ../SchuTool/mainwindow.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o ../SchuTool/main.cpp
|
||||
|
||||
mainwindow.o: ../game/mainwindow.cpp ../game/mainwindow.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o ../game/mainwindow.cpp
|
||||
mainwindow.o: ../SchuTool/mainwindow.cpp ../SchuTool/mainwindow.h \
|
||||
../SchuTool/ui_mainwindow.h
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o ../SchuTool/mainwindow.cpp
|
||||
|
||||
moc_mainwindow.o: moc_mainwindow.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp
|
||||
@@ -438,12 +445,12 @@ moc_mainwindow.o: moc_mainwindow.cpp
|
||||
####### Install
|
||||
|
||||
install_target: first FORCE
|
||||
@test -d $(INSTALL_ROOT)/opt/game/bin || mkdir -p $(INSTALL_ROOT)/opt/game/bin
|
||||
-$(QINSTALL_PROGRAM) $(QMAKE_TARGET) $(INSTALL_ROOT)/opt/game/bin/$(QMAKE_TARGET)
|
||||
@test -d $(INSTALL_ROOT)/opt/SchuTool/bin || mkdir -p $(INSTALL_ROOT)/opt/SchuTool/bin
|
||||
-$(QINSTALL_PROGRAM) $(QMAKE_TARGET) $(INSTALL_ROOT)/opt/SchuTool/bin/$(QMAKE_TARGET)
|
||||
|
||||
uninstall_target: FORCE
|
||||
-$(DEL_FILE) $(INSTALL_ROOT)/opt/game/bin/$(QMAKE_TARGET)
|
||||
-$(DEL_DIR) $(INSTALL_ROOT)/opt/game/bin/
|
||||
-$(DEL_FILE) $(INSTALL_ROOT)/opt/SchuTool/bin/$(QMAKE_TARGET)
|
||||
-$(DEL_DIR) $(INSTALL_ROOT)/opt/SchuTool/bin/
|
||||
|
||||
|
||||
install: install_target FORCE
|
BIN
ALT/ShutTest/SchuTool
Executable file
BIN
ALT/ShutTest/SchuTool
Executable file
Binary file not shown.
BIN
ALT/ShutTest/main.o
Normal file
BIN
ALT/ShutTest/main.o
Normal file
Binary file not shown.
BIN
ALT/ShutTest/mainwindow.o
Normal file
BIN
ALT/ShutTest/mainwindow.o
Normal file
Binary file not shown.
@@ -6,7 +6,7 @@
|
||||
** WARNING! All changes made in this file will be lost!
|
||||
*****************************************************************************/
|
||||
|
||||
#include "../autoBro/mainwindow.h"
|
||||
#include "../SchuTool/mainwindow.h"
|
||||
#include <QtCore/qbytearray.h>
|
||||
#include <QtCore/qmetatype.h>
|
||||
#if !defined(Q_MOC_OUTPUT_REVISION)
|
||||
@@ -21,8 +21,8 @@ QT_BEGIN_MOC_NAMESPACE
|
||||
QT_WARNING_PUSH
|
||||
QT_WARNING_DISABLE_DEPRECATED
|
||||
struct qt_meta_stringdata_MainWindow_t {
|
||||
QByteArrayData data[8];
|
||||
char stringdata0[119];
|
||||
QByteArrayData data[13];
|
||||
char stringdata0[262];
|
||||
};
|
||||
#define QT_MOC_LITERAL(idx, ofs, len) \
|
||||
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
||||
@@ -32,18 +32,27 @@ struct qt_meta_stringdata_MainWindow_t {
|
||||
static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = {
|
||||
{
|
||||
QT_MOC_LITERAL(0, 0, 10), // "MainWindow"
|
||||
QT_MOC_LITERAL(1, 11, 23), // "on_webView_loadFinished"
|
||||
QT_MOC_LITERAL(2, 35, 0), // ""
|
||||
QT_MOC_LITERAL(3, 36, 4), // "arg1"
|
||||
QT_MOC_LITERAL(4, 41, 23), // "on_webView_loadProgress"
|
||||
QT_MOC_LITERAL(5, 65, 8), // "progress"
|
||||
QT_MOC_LITERAL(6, 74, 21), // "on_webView_urlChanged"
|
||||
QT_MOC_LITERAL(7, 96, 22) // "on_webView_loadStarted"
|
||||
QT_MOC_LITERAL(1, 11, 21), // "on_pushButton_clicked"
|
||||
QT_MOC_LITERAL(2, 33, 0), // ""
|
||||
QT_MOC_LITERAL(3, 34, 25), // "on_lineEdit_returnPressed"
|
||||
QT_MOC_LITERAL(4, 60, 23), // "on_pushButton_2_clicked"
|
||||
QT_MOC_LITERAL(5, 84, 23), // "on_pushButton_6_clicked"
|
||||
QT_MOC_LITERAL(6, 108, 23), // "on_pushButton_5_clicked"
|
||||
QT_MOC_LITERAL(7, 132, 23), // "on_pushButton_3_clicked"
|
||||
QT_MOC_LITERAL(8, 156, 23), // "on_pushButton_4_clicked"
|
||||
QT_MOC_LITERAL(9, 180, 23), // "on_pushButton_7_clicked"
|
||||
QT_MOC_LITERAL(10, 204, 27), // "on_tabWidget_currentChanged"
|
||||
QT_MOC_LITERAL(11, 232, 5), // "index"
|
||||
QT_MOC_LITERAL(12, 238, 23) // "on_pushButton_8_clicked"
|
||||
|
||||
},
|
||||
"MainWindow\0on_webView_loadFinished\0\0"
|
||||
"arg1\0on_webView_loadProgress\0progress\0"
|
||||
"on_webView_urlChanged\0on_webView_loadStarted"
|
||||
"MainWindow\0on_pushButton_clicked\0\0"
|
||||
"on_lineEdit_returnPressed\0"
|
||||
"on_pushButton_2_clicked\0on_pushButton_6_clicked\0"
|
||||
"on_pushButton_5_clicked\0on_pushButton_3_clicked\0"
|
||||
"on_pushButton_4_clicked\0on_pushButton_7_clicked\0"
|
||||
"on_tabWidget_currentChanged\0index\0"
|
||||
"on_pushButton_8_clicked"
|
||||
};
|
||||
#undef QT_MOC_LITERAL
|
||||
|
||||
@@ -53,7 +62,7 @@ static const uint qt_meta_data_MainWindow[] = {
|
||||
8, // revision
|
||||
0, // classname
|
||||
0, 0, // classinfo
|
||||
4, 14, // methods
|
||||
10, 14, // methods
|
||||
0, 0, // properties
|
||||
0, 0, // enums/sets
|
||||
0, 0, // constructors
|
||||
@@ -61,15 +70,27 @@ static const uint qt_meta_data_MainWindow[] = {
|
||||
0, // signalCount
|
||||
|
||||
// slots: name, argc, parameters, tag, flags
|
||||
1, 1, 34, 2, 0x08 /* Private */,
|
||||
4, 1, 37, 2, 0x08 /* Private */,
|
||||
6, 1, 40, 2, 0x08 /* Private */,
|
||||
7, 0, 43, 2, 0x08 /* Private */,
|
||||
1, 0, 64, 2, 0x08 /* Private */,
|
||||
3, 0, 65, 2, 0x08 /* Private */,
|
||||
4, 0, 66, 2, 0x08 /* Private */,
|
||||
5, 0, 67, 2, 0x08 /* Private */,
|
||||
6, 0, 68, 2, 0x08 /* Private */,
|
||||
7, 0, 69, 2, 0x08 /* Private */,
|
||||
8, 0, 70, 2, 0x08 /* Private */,
|
||||
9, 0, 71, 2, 0x08 /* Private */,
|
||||
10, 1, 72, 2, 0x08 /* Private */,
|
||||
12, 0, 75, 2, 0x08 /* Private */,
|
||||
|
||||
// slots: parameters
|
||||
QMetaType::Void, QMetaType::Bool, 3,
|
||||
QMetaType::Void, QMetaType::Int, 5,
|
||||
QMetaType::Void, QMetaType::QUrl, 3,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void, QMetaType::Int, 11,
|
||||
QMetaType::Void,
|
||||
|
||||
0 // eod
|
||||
@@ -81,10 +102,16 @@ void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id,
|
||||
auto *_t = static_cast<MainWindow *>(_o);
|
||||
Q_UNUSED(_t)
|
||||
switch (_id) {
|
||||
case 0: _t->on_webView_loadFinished((*reinterpret_cast< bool(*)>(_a[1]))); break;
|
||||
case 1: _t->on_webView_loadProgress((*reinterpret_cast< int(*)>(_a[1]))); break;
|
||||
case 2: _t->on_webView_urlChanged((*reinterpret_cast< const QUrl(*)>(_a[1]))); break;
|
||||
case 3: _t->on_webView_loadStarted(); break;
|
||||
case 0: _t->on_pushButton_clicked(); break;
|
||||
case 1: _t->on_lineEdit_returnPressed(); break;
|
||||
case 2: _t->on_pushButton_2_clicked(); break;
|
||||
case 3: _t->on_pushButton_6_clicked(); break;
|
||||
case 4: _t->on_pushButton_5_clicked(); break;
|
||||
case 5: _t->on_pushButton_3_clicked(); break;
|
||||
case 6: _t->on_pushButton_4_clicked(); break;
|
||||
case 7: _t->on_pushButton_7_clicked(); break;
|
||||
case 8: _t->on_tabWidget_currentChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
|
||||
case 9: _t->on_pushButton_8_clicked(); break;
|
||||
default: ;
|
||||
}
|
||||
}
|
||||
@@ -119,13 +146,13 @@ int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
||||
if (_id < 0)
|
||||
return _id;
|
||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||
if (_id < 4)
|
||||
if (_id < 10)
|
||||
qt_static_metacall(this, _c, _id, _a);
|
||||
_id -= 4;
|
||||
_id -= 10;
|
||||
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
||||
if (_id < 4)
|
||||
if (_id < 10)
|
||||
*reinterpret_cast<int*>(_a[0]) = -1;
|
||||
_id -= 4;
|
||||
_id -= 10;
|
||||
}
|
||||
return _id;
|
||||
}
|
BIN
ALT/ShutTest/moc_mainwindow.o
Normal file
BIN
ALT/ShutTest/moc_mainwindow.o
Normal file
Binary file not shown.
186
ALT/ShutTest/ui_mainwindow.h
Normal file
186
ALT/ShutTest/ui_mainwindow.h
Normal file
@@ -0,0 +1,186 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'mainwindow.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 5.12.2
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef UI_MAINWINDOW_H
|
||||
#define UI_MAINWINDOW_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QLineEdit>
|
||||
#include <QtWidgets/QMainWindow>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QRadioButton>
|
||||
#include <QtWidgets/QTabWidget>
|
||||
#include <QtWidgets/QTextEdit>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_MainWindow
|
||||
{
|
||||
public:
|
||||
QWidget *centralwidget;
|
||||
QTabWidget *tabWidget;
|
||||
QWidget *tab;
|
||||
QPushButton *pushButton_5;
|
||||
QPushButton *pushButton_6;
|
||||
QLineEdit *lineEdit_3;
|
||||
QRadioButton *radioButton;
|
||||
QLineEdit *lineEdit_2;
|
||||
QLineEdit *lineEdit_6;
|
||||
QPushButton *pushButton_7;
|
||||
QLabel *label_4;
|
||||
QLabel *label;
|
||||
QPushButton *pushButton_4;
|
||||
QLineEdit *lineEdit_5;
|
||||
QRadioButton *radioButton_2;
|
||||
QLabel *label_2;
|
||||
QLineEdit *lineEdit_4;
|
||||
QLabel *label_3;
|
||||
QPushButton *pushButton_2;
|
||||
QPushButton *pushButton_3;
|
||||
QPushButton *pushButton_8;
|
||||
QWidget *tab_2;
|
||||
QTextEdit *textEdit;
|
||||
QPushButton *pushButton;
|
||||
QLineEdit *lineEdit;
|
||||
|
||||
void setupUi(QMainWindow *MainWindow)
|
||||
{
|
||||
if (MainWindow->objectName().isEmpty())
|
||||
MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
|
||||
MainWindow->resize(401, 239);
|
||||
centralwidget = new QWidget(MainWindow);
|
||||
centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
|
||||
tabWidget = new QTabWidget(centralwidget);
|
||||
tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
|
||||
tabWidget->setGeometry(QRect(0, 0, 521, 371));
|
||||
tab = new QWidget();
|
||||
tab->setObjectName(QString::fromUtf8("tab"));
|
||||
pushButton_5 = new QPushButton(tab);
|
||||
pushButton_5->setObjectName(QString::fromUtf8("pushButton_5"));
|
||||
pushButton_5->setGeometry(QRect(230, 110, 101, 27));
|
||||
pushButton_6 = new QPushButton(tab);
|
||||
pushButton_6->setObjectName(QString::fromUtf8("pushButton_6"));
|
||||
pushButton_6->setGeometry(QRect(0, 170, 231, 31));
|
||||
lineEdit_3 = new QLineEdit(tab);
|
||||
lineEdit_3->setObjectName(QString::fromUtf8("lineEdit_3"));
|
||||
lineEdit_3->setGeometry(QRect(120, 80, 31, 27));
|
||||
lineEdit_3->setInputMethodHints(Qt::ImhDigitsOnly);
|
||||
radioButton = new QRadioButton(tab);
|
||||
radioButton->setObjectName(QString::fromUtf8("radioButton"));
|
||||
radioButton->setGeometry(QRect(0, 140, 71, 22));
|
||||
radioButton->setChecked(true);
|
||||
radioButton->setAutoExclusive(false);
|
||||
lineEdit_2 = new QLineEdit(tab);
|
||||
lineEdit_2->setObjectName(QString::fromUtf8("lineEdit_2"));
|
||||
lineEdit_2->setGeometry(QRect(60, 20, 113, 27));
|
||||
lineEdit_6 = new QLineEdit(tab);
|
||||
lineEdit_6->setObjectName(QString::fromUtf8("lineEdit_6"));
|
||||
lineEdit_6->setGeometry(QRect(60, 50, 61, 27));
|
||||
pushButton_7 = new QPushButton(tab);
|
||||
pushButton_7->setObjectName(QString::fromUtf8("pushButton_7"));
|
||||
pushButton_7->setGeometry(QRect(240, 170, 94, 31));
|
||||
label_4 = new QLabel(tab);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
label_4->setGeometry(QRect(10, 50, 63, 17));
|
||||
label = new QLabel(tab);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(10, 20, 71, 17));
|
||||
pushButton_4 = new QPushButton(tab);
|
||||
pushButton_4->setObjectName(QString::fromUtf8("pushButton_4"));
|
||||
pushButton_4->setGeometry(QRect(230, 80, 101, 27));
|
||||
lineEdit_5 = new QLineEdit(tab);
|
||||
lineEdit_5->setObjectName(QString::fromUtf8("lineEdit_5"));
|
||||
lineEdit_5->setGeometry(QRect(80, 110, 113, 27));
|
||||
radioButton_2 = new QRadioButton(tab);
|
||||
radioButton_2->setObjectName(QString::fromUtf8("radioButton_2"));
|
||||
radioButton_2->setGeometry(QRect(80, 140, 81, 22));
|
||||
radioButton_2->setAutoExclusive(false);
|
||||
label_2 = new QLabel(tab);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(10, 80, 111, 17));
|
||||
lineEdit_4 = new QLineEdit(tab);
|
||||
lineEdit_4->setObjectName(QString::fromUtf8("lineEdit_4"));
|
||||
lineEdit_4->setGeometry(QRect(160, 80, 31, 27));
|
||||
lineEdit_4->setInputMethodHints(Qt::ImhNone);
|
||||
label_3 = new QLabel(tab);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(10, 110, 71, 17));
|
||||
pushButton_2 = new QPushButton(tab);
|
||||
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
|
||||
pushButton_2->setGeometry(QRect(230, 20, 161, 27));
|
||||
pushButton_3 = new QPushButton(tab);
|
||||
pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
|
||||
pushButton_3->setGeometry(QRect(230, 50, 161, 27));
|
||||
pushButton_8 = new QPushButton(tab);
|
||||
pushButton_8->setObjectName(QString::fromUtf8("pushButton_8"));
|
||||
pushButton_8->setGeometry(QRect(380, 190, 21, 20));
|
||||
tabWidget->addTab(tab, QString());
|
||||
tab_2 = new QWidget();
|
||||
tab_2->setObjectName(QString::fromUtf8("tab_2"));
|
||||
textEdit = new QTextEdit(tab_2);
|
||||
textEdit->setObjectName(QString::fromUtf8("textEdit"));
|
||||
textEdit->setGeometry(QRect(10, 0, 501, 281));
|
||||
textEdit->setReadOnly(true);
|
||||
pushButton = new QPushButton(tab_2);
|
||||
pushButton->setObjectName(QString::fromUtf8("pushButton"));
|
||||
pushButton->setGeometry(QRect(340, 290, 41, 41));
|
||||
lineEdit = new QLineEdit(tab_2);
|
||||
lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
|
||||
lineEdit->setGeometry(QRect(10, 290, 321, 41));
|
||||
tabWidget->addTab(tab_2, QString());
|
||||
MainWindow->setCentralWidget(centralwidget);
|
||||
|
||||
retranslateUi(MainWindow);
|
||||
|
||||
tabWidget->setCurrentIndex(0);
|
||||
|
||||
|
||||
QMetaObject::connectSlotsByName(MainWindow);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QMainWindow *MainWindow)
|
||||
{
|
||||
MainWindow->setWindowTitle(QApplication::translate("MainWindow", "SchuTool", nullptr));
|
||||
pushButton_5->setText(QApplication::translate("MainWindow", "Restart: /r /t 1", nullptr));
|
||||
pushButton_6->setText(QApplication::translate("MainWindow", "Go", nullptr));
|
||||
lineEdit_3->setText(QApplication::translate("MainWindow", "1", nullptr));
|
||||
radioButton->setText(QApplication::translate("MainWindow", "10er 0", nullptr));
|
||||
lineEdit_2->setText(QString());
|
||||
lineEdit_2->setPlaceholderText(QApplication::translate("MainWindow", "Name", nullptr));
|
||||
lineEdit_6->setText(QApplication::translate("MainWindow", "1", nullptr));
|
||||
pushButton_7->setText(QApplication::translate("MainWindow", "Hide", nullptr));
|
||||
label_4->setText(QApplication::translate("MainWindow", "Zeit:", nullptr));
|
||||
label->setText(QApplication::translate("MainWindow", "Name:", nullptr));
|
||||
pushButton_4->setText(QApplication::translate("MainWindow", "Selbst: /s /t 1", nullptr));
|
||||
lineEdit_5->setText(QApplication::translate("MainWindow", "Error", nullptr));
|
||||
lineEdit_5->setPlaceholderText(QApplication::translate("MainWindow", "Error", nullptr));
|
||||
radioButton_2->setText(QApplication::translate("MainWindow", "100er 0", nullptr));
|
||||
label_2->setText(QApplication::translate("MainWindow", "%i Start / Stop", nullptr));
|
||||
lineEdit_4->setText(QApplication::translate("MainWindow", "1", nullptr));
|
||||
label_3->setText(QApplication::translate("MainWindow", "Nachricht:", nullptr));
|
||||
pushButton_2->setText(QApplication::translate("MainWindow", "Selbst time = 9,5 Jahre", nullptr));
|
||||
pushButton_3->setText(QApplication::translate("MainWindow", "Abbruch: /a", nullptr));
|
||||
pushButton_8->setText(QApplication::translate("MainWindow", "RS", nullptr));
|
||||
tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("MainWindow", "SchuTool", nullptr));
|
||||
pushButton->setText(QApplication::translate("MainWindow", "Enter", nullptr));
|
||||
lineEdit->setPlaceholderText(QString());
|
||||
tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("MainWindow", "Term/Log", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class MainWindow: public Ui_MainWindow {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_MAINWINDOW_H
|
34
ALT/SizeTests/main.cpp
Normal file
34
ALT/SizeTests/main.cpp
Normal file
@@ -0,0 +1,34 @@
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
std::cout << "Int: " << sizeof (int) * 8 << " Bit" << std::endl;
|
||||
std::cout << "char: " << sizeof (char) * 8 << " Bit" << std::endl;
|
||||
std::cout << "long: " << sizeof (long) * 8 << " Bit" << std::endl;
|
||||
std::cout << "short: " << sizeof (short) * 8 << " Bit" << std::endl;
|
||||
std::cout << "double: " << sizeof (double) * 8 << " Bit" << std::endl;
|
||||
std::cout << "long long: " << sizeof (long) * 8 << " Bit" << std::endl;
|
||||
std::cout << "bool: " << sizeof (bool) * 8 << " Bit" << std::endl;
|
||||
std::cout << "int8_t: " << sizeof (int8_t) * 8 << " Bit" << std::endl;
|
||||
std::cout << "size_t: " << sizeof (size_t) * 8 << " Bit" << std::endl;
|
||||
std::cout << "Int: " << sizeof (int) * 8 << " Bit" << std::endl;
|
||||
std::cout << "Int: " << sizeof (int) * 8 << " Bit" << std::endl;
|
||||
std::cout << "Int: " << sizeof (int) * 8 << " Bit" << std::endl;
|
||||
std::cout << "Int: " << sizeof (int) * 8 << " Bit" << std::endl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user