added stylesheets to widget panels

This commit is contained in:
Blake Leverington 2023-09-06 15:23:09 +02:00
parent 6b8961ecc5
commit d481bb9aaf
19 changed files with 2294 additions and 140 deletions

File diff suppressed because one or more lines are too long

View File

@ -197,6 +197,7 @@ Makefile: ../hit2023/hit2023.pro C:/Qt/6.5.2/mingw_64/mkspecs/win32-g++/qmake.co
C:/Qt/6.5.2/mingw_64/mkspecs/features/qt_config.prf \
C:/Qt/6.5.2/mingw_64/mkspecs/win32-g++/qmake.conf \
C:/Qt/6.5.2/mingw_64/mkspecs/features/spec_post.prf \
.qmake.stash \
C:/Qt/6.5.2/mingw_64/mkspecs/features/exclusive_builds.prf \
C:/Qt/6.5.2/mingw_64/mkspecs/features/toolchain.prf \
C:/Qt/6.5.2/mingw_64/mkspecs/features/default_pre.prf \
@ -229,7 +230,6 @@ Makefile: ../hit2023/hit2023.pro C:/Qt/6.5.2/mingw_64/mkspecs/win32-g++/qmake.co
C:/Qt/6.5.2/mingw_64/lib/Qt6SerialPort.prl \
C:/Qt/6.5.2/mingw_64/lib/Qt6Core.prl \
C:/Qt/6.5.2/mingw_64/lib/Qt6EntryPoint.prl \
.qmake.stash \
C:/Qt/6.5.2/mingw_64/mkspecs/features/build_pass.prf
$(QMAKE) -o Makefile ..\hit2023\hit2023.pro -spec win32-g++ "CONFIG+=qtquickcompiler"
C:/Qt/6.5.2/mingw_64/mkspecs/features/spec_pre.prf:
@ -359,6 +359,7 @@ C:/Qt/6.5.2/mingw_64/mkspecs/features/qt_functions.prf:
C:/Qt/6.5.2/mingw_64/mkspecs/features/qt_config.prf:
C:/Qt/6.5.2/mingw_64/mkspecs/win32-g++/qmake.conf:
C:/Qt/6.5.2/mingw_64/mkspecs/features/spec_post.prf:
.qmake.stash:
C:/Qt/6.5.2/mingw_64/mkspecs/features/exclusive_builds.prf:
C:/Qt/6.5.2/mingw_64/mkspecs/features/toolchain.prf:
C:/Qt/6.5.2/mingw_64/mkspecs/features/default_pre.prf:
@ -391,7 +392,6 @@ C:/Qt/6.5.2/mingw_64/lib/Qt6Network.prl:
C:/Qt/6.5.2/mingw_64/lib/Qt6SerialPort.prl:
C:/Qt/6.5.2/mingw_64/lib/Qt6Core.prl:
C:/Qt/6.5.2/mingw_64/lib/Qt6EntryPoint.prl:
.qmake.stash:
C:/Qt/6.5.2/mingw_64/mkspecs/features/build_pass.prf:
qmake: FORCE
@$(QMAKE) -o Makefile ..\hit2023\hit2023.pro -spec win32-g++ "CONFIG+=qtquickcompiler"

View File

@ -403,6 +403,32 @@ debug/moc_mainwindow.cpp: ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qtextformat.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qpen.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qtextoption.h \
../hit2023/myStyleSheet.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QApplication \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qeventloop.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfutureinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qmutex.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qtsan_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qresultstore.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthreadpool.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthread.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdeadlinetimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qelapsedtimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qrunnable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qexception.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qpromise.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qinputmethod.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qlocale.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QFile \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfile.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfiledevice.h \
../hit2023/Q_DebugStream.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QTextBrowser \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qtextbrowser.h \
@ -420,27 +446,24 @@ debug/moc_mainwindow.cpp: ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtNetwork/QUdpSocket \
C:/Qt/6.5.2/mingw_64/include/QtNetwork/qudpsocket.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QThread \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthread.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdeadlinetimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qelapsedtimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QMutex \
C:/Qt/6.5.2/mingw_64/include/QtCore/qmutex.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qtsan_impl.h \
../hit2023/datareceiver.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QSemaphore \
C:/Qt/6.5.2/mingw_64/include/QtCore/qsemaphore.h \
../hit2023/cbuffer.h \
../hit2023/hw.h \
../hit2023/eventbuilder.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QFile \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfile.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfiledevice.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QMutexLocker \
../hit2023/histogram.h \
../hit2023/displayserver.h \
../hit2023/display.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QDialog \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qdialog.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QRadioButton \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qradiobutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qabstractbutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QButtonGroup \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qbuttongroup.h \
../hit2023/keithley_thr.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QtCore \
C:/Qt/6.5.2/mingw_64/include/QtCore/QtCoreDepends \
@ -450,29 +473,17 @@ debug/moc_mainwindow.cpp: ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/q23functional.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractanimation.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstracteventdispatcher.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qeventloop.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractitemmodel.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractnativeeventfilter.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractproxymodel.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qanimationgroup.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qapplicationstatic.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfutureinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qresultstore.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthreadpool.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qrunnable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qexception.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qpromise.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qassociativeiterable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbitarray.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbuffer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbytearraymatcher.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcache.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcalendar.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qlocale.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcborarray.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcborvalue.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdatetime.h \
@ -1954,6 +1965,11 @@ debug/moc_display.cpp: ../hit2023/display.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qnativeinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QVector \
C:/Qt/6.5.2/mingw_64/include/QtCore/qvector.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QRadioButton \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qradiobutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qabstractbutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QButtonGroup \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qbuttongroup.h \
debug/moc_predefs.h \
C:/Qt/6.5.2/mingw_64/bin/moc.exe
C:\Qt\6.5.2\mingw_64\bin\moc.exe $(DEFINES) --include C:/Users/leverington/cernbox/BeamProfileMonitor/HITDAQ/build-hit2023-Desktop_Qt_6_5_2_MinGW_64_bit-Release/debug/moc_predefs.h -IC:/Qt/6.5.2/mingw_64/mkspecs/win32-g++ -IC:/Users/leverington/cernbox/BeamProfileMonitor/HITDAQ/hit2023 -IC:/Qt/6.5.2/mingw_64/include -IC:/Qt/6.5.2/mingw_64/include/QtPrintSupport -IC:/Qt/6.5.2/mingw_64/include/QtWidgets -IC:/Qt/6.5.2/mingw_64/include/QtGui -IC:/Qt/6.5.2/mingw_64/include/QtNetwork -IC:/Qt/6.5.2/mingw_64/include/QtSerialPort -IC:/Qt/6.5.2/mingw_64/include/QtCore -I. -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++ -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32 -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed -IC:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/include ..\hit2023\display.h -o debug\moc_display.cpp
@ -2151,6 +2167,11 @@ debug/moc_displayserver.cpp: ../hit2023/displayserver.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QSizeF \
C:/Qt/6.5.2/mingw_64/include/QtGui/QTransform \
C:/Qt/6.5.2/mingw_64/include/QtCore/qnativeinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QRadioButton \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qradiobutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qabstractbutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QButtonGroup \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qbuttongroup.h \
debug/moc_predefs.h \
C:/Qt/6.5.2/mingw_64/bin/moc.exe
C:\Qt\6.5.2\mingw_64\bin\moc.exe $(DEFINES) --include C:/Users/leverington/cernbox/BeamProfileMonitor/HITDAQ/build-hit2023-Desktop_Qt_6_5_2_MinGW_64_bit-Release/debug/moc_predefs.h -IC:/Qt/6.5.2/mingw_64/mkspecs/win32-g++ -IC:/Users/leverington/cernbox/BeamProfileMonitor/HITDAQ/hit2023 -IC:/Qt/6.5.2/mingw_64/include -IC:/Qt/6.5.2/mingw_64/include/QtPrintSupport -IC:/Qt/6.5.2/mingw_64/include/QtWidgets -IC:/Qt/6.5.2/mingw_64/include/QtGui -IC:/Qt/6.5.2/mingw_64/include/QtNetwork -IC:/Qt/6.5.2/mingw_64/include/QtSerialPort -IC:/Qt/6.5.2/mingw_64/include/QtCore -I. -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++ -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32 -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed -IC:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/include ..\hit2023\displayserver.h -o debug\moc_displayserver.cpp
@ -7607,6 +7628,32 @@ debug/main.o: ../hit2023/main.cpp ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qtextformat.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qpen.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qtextoption.h \
../hit2023/myStyleSheet.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QApplication \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qeventloop.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfutureinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qmutex.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qtsan_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qresultstore.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthreadpool.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthread.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdeadlinetimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qelapsedtimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qrunnable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qexception.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qpromise.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qinputmethod.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qlocale.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QFile \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfile.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfiledevice.h \
../hit2023/Q_DebugStream.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QTextBrowser \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qtextbrowser.h \
@ -7624,27 +7671,24 @@ debug/main.o: ../hit2023/main.cpp ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtNetwork/QUdpSocket \
C:/Qt/6.5.2/mingw_64/include/QtNetwork/qudpsocket.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QThread \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthread.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdeadlinetimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qelapsedtimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QMutex \
C:/Qt/6.5.2/mingw_64/include/QtCore/qmutex.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qtsan_impl.h \
../hit2023/datareceiver.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QSemaphore \
C:/Qt/6.5.2/mingw_64/include/QtCore/qsemaphore.h \
../hit2023/cbuffer.h \
../hit2023/hw.h \
../hit2023/eventbuilder.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QFile \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfile.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfiledevice.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QMutexLocker \
../hit2023/histogram.h \
../hit2023/displayserver.h \
../hit2023/display.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QDialog \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qdialog.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QRadioButton \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qradiobutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qabstractbutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QButtonGroup \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qbuttongroup.h \
../hit2023/keithley_thr.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QtCore \
C:/Qt/6.5.2/mingw_64/include/QtCore/QtCoreDepends \
@ -7654,29 +7698,17 @@ debug/main.o: ../hit2023/main.cpp ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/q23functional.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractanimation.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstracteventdispatcher.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qeventloop.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractitemmodel.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractnativeeventfilter.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractproxymodel.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qanimationgroup.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qapplicationstatic.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfutureinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qresultstore.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthreadpool.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qrunnable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qexception.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qpromise.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qassociativeiterable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbitarray.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbuffer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbytearraymatcher.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcache.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcalendar.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qlocale.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcborarray.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcborvalue.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdatetime.h \
@ -7782,12 +7814,7 @@ debug/main.o: ../hit2023/main.cpp ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtSerialPort/qtserialportversion.h \
C:/Qt/6.5.2/mingw_64/include/QtSerialPort/QSerialPortInfo \
C:/Qt/6.5.2/mingw_64/include/QtSerialPort/QSerialPort \
../hit2023/stepper.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QApplication \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qinputmethod.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication_platform.h
../hit2023/stepper.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\main.o ..\hit2023\main.cpp
debug/mainwindow.o: ../hit2023/mainwindow.cpp ../hit2023/mainwindow.h \
@ -7965,6 +7992,32 @@ debug/mainwindow.o: ../hit2023/mainwindow.cpp ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qtextformat.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qpen.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qtextoption.h \
../hit2023/myStyleSheet.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QApplication \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qeventloop.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfutureinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qmutex.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qtsan_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qresultstore.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthreadpool.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthread.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdeadlinetimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qelapsedtimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qrunnable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qexception.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qpromise.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qinputmethod.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qlocale.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QFile \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfile.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfiledevice.h \
../hit2023/Q_DebugStream.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QTextBrowser \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qtextbrowser.h \
@ -7982,27 +8035,24 @@ debug/mainwindow.o: ../hit2023/mainwindow.cpp ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtNetwork/QUdpSocket \
C:/Qt/6.5.2/mingw_64/include/QtNetwork/qudpsocket.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QThread \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthread.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdeadlinetimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qelapsedtimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QMutex \
C:/Qt/6.5.2/mingw_64/include/QtCore/qmutex.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qtsan_impl.h \
../hit2023/datareceiver.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QSemaphore \
C:/Qt/6.5.2/mingw_64/include/QtCore/qsemaphore.h \
../hit2023/cbuffer.h \
../hit2023/hw.h \
../hit2023/eventbuilder.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QFile \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfile.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfiledevice.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QMutexLocker \
../hit2023/histogram.h \
../hit2023/displayserver.h \
../hit2023/display.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QDialog \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qdialog.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QRadioButton \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qradiobutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qabstractbutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QButtonGroup \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qbuttongroup.h \
../hit2023/keithley_thr.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QtCore \
C:/Qt/6.5.2/mingw_64/include/QtCore/QtCoreDepends \
@ -8012,29 +8062,17 @@ debug/mainwindow.o: ../hit2023/mainwindow.cpp ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/q23functional.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractanimation.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstracteventdispatcher.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qeventloop.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractitemmodel.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractnativeeventfilter.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractproxymodel.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qanimationgroup.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qapplicationstatic.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfutureinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qresultstore.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthreadpool.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qrunnable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qexception.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qpromise.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qassociativeiterable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbitarray.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbuffer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbytearraymatcher.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcache.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcalendar.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qlocale.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcborarray.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcborvalue.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdatetime.h \
@ -9988,6 +10026,11 @@ debug/display.o: ../hit2023/display.cpp ../hit2023/display.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qnativeinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QVector \
C:/Qt/6.5.2/mingw_64/include/QtCore/qvector.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QRadioButton \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qradiobutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qabstractbutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QButtonGroup \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qbuttongroup.h \
ui_display.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\display.o ..\hit2023\display.cpp
@ -10183,7 +10226,12 @@ debug/displayserver.o: ../hit2023/displayserver.cpp ../hit2023/displayserver.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QSize \
C:/Qt/6.5.2/mingw_64/include/QtCore/QSizeF \
C:/Qt/6.5.2/mingw_64/include/QtGui/QTransform \
C:/Qt/6.5.2/mingw_64/include/QtCore/qnativeinterface.h
C:/Qt/6.5.2/mingw_64/include/QtCore/qnativeinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QRadioButton \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qradiobutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qabstractbutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QButtonGroup \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qbuttongroup.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\displayserver.o ..\hit2023\displayserver.cpp
debug/keithley.o: ../hit2023/keithley.cpp ../hit2023/keithley.h \

View File

@ -403,6 +403,32 @@ release/moc_mainwindow.cpp: ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qtextformat.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qpen.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qtextoption.h \
../hit2023/myStyleSheet.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QApplication \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qeventloop.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfutureinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qmutex.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qtsan_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qresultstore.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthreadpool.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthread.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdeadlinetimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qelapsedtimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qrunnable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qexception.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qpromise.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qinputmethod.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qlocale.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QFile \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfile.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfiledevice.h \
../hit2023/Q_DebugStream.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QTextBrowser \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qtextbrowser.h \
@ -420,27 +446,24 @@ release/moc_mainwindow.cpp: ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtNetwork/QUdpSocket \
C:/Qt/6.5.2/mingw_64/include/QtNetwork/qudpsocket.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QThread \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthread.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdeadlinetimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qelapsedtimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QMutex \
C:/Qt/6.5.2/mingw_64/include/QtCore/qmutex.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qtsan_impl.h \
../hit2023/datareceiver.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QSemaphore \
C:/Qt/6.5.2/mingw_64/include/QtCore/qsemaphore.h \
../hit2023/cbuffer.h \
../hit2023/hw.h \
../hit2023/eventbuilder.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QFile \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfile.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfiledevice.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QMutexLocker \
../hit2023/histogram.h \
../hit2023/displayserver.h \
../hit2023/display.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QDialog \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qdialog.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QRadioButton \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qradiobutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qabstractbutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QButtonGroup \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qbuttongroup.h \
../hit2023/keithley_thr.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QtCore \
C:/Qt/6.5.2/mingw_64/include/QtCore/QtCoreDepends \
@ -450,29 +473,17 @@ release/moc_mainwindow.cpp: ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/q23functional.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractanimation.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstracteventdispatcher.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qeventloop.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractitemmodel.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractnativeeventfilter.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractproxymodel.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qanimationgroup.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qapplicationstatic.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfutureinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qresultstore.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthreadpool.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qrunnable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qexception.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qpromise.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qassociativeiterable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbitarray.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbuffer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbytearraymatcher.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcache.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcalendar.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qlocale.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcborarray.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcborvalue.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdatetime.h \
@ -1954,6 +1965,11 @@ release/moc_display.cpp: ../hit2023/display.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qnativeinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QVector \
C:/Qt/6.5.2/mingw_64/include/QtCore/qvector.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QRadioButton \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qradiobutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qabstractbutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QButtonGroup \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qbuttongroup.h \
release/moc_predefs.h \
C:/Qt/6.5.2/mingw_64/bin/moc.exe
C:\Qt\6.5.2\mingw_64\bin\moc.exe $(DEFINES) --include C:/Users/leverington/cernbox/BeamProfileMonitor/HITDAQ/build-hit2023-Desktop_Qt_6_5_2_MinGW_64_bit-Release/release/moc_predefs.h -IC:/Qt/6.5.2/mingw_64/mkspecs/win32-g++ -IC:/Users/leverington/cernbox/BeamProfileMonitor/HITDAQ/hit2023 -IC:/Qt/6.5.2/mingw_64/include -IC:/Qt/6.5.2/mingw_64/include/QtPrintSupport -IC:/Qt/6.5.2/mingw_64/include/QtWidgets -IC:/Qt/6.5.2/mingw_64/include/QtGui -IC:/Qt/6.5.2/mingw_64/include/QtNetwork -IC:/Qt/6.5.2/mingw_64/include/QtSerialPort -IC:/Qt/6.5.2/mingw_64/include/QtCore -I. -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++ -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32 -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed -IC:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/include ..\hit2023\display.h -o release\moc_display.cpp
@ -2151,6 +2167,11 @@ release/moc_displayserver.cpp: ../hit2023/displayserver.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QSizeF \
C:/Qt/6.5.2/mingw_64/include/QtGui/QTransform \
C:/Qt/6.5.2/mingw_64/include/QtCore/qnativeinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QRadioButton \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qradiobutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qabstractbutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QButtonGroup \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qbuttongroup.h \
release/moc_predefs.h \
C:/Qt/6.5.2/mingw_64/bin/moc.exe
C:\Qt\6.5.2\mingw_64\bin\moc.exe $(DEFINES) --include C:/Users/leverington/cernbox/BeamProfileMonitor/HITDAQ/build-hit2023-Desktop_Qt_6_5_2_MinGW_64_bit-Release/release/moc_predefs.h -IC:/Qt/6.5.2/mingw_64/mkspecs/win32-g++ -IC:/Users/leverington/cernbox/BeamProfileMonitor/HITDAQ/hit2023 -IC:/Qt/6.5.2/mingw_64/include -IC:/Qt/6.5.2/mingw_64/include/QtPrintSupport -IC:/Qt/6.5.2/mingw_64/include/QtWidgets -IC:/Qt/6.5.2/mingw_64/include/QtGui -IC:/Qt/6.5.2/mingw_64/include/QtNetwork -IC:/Qt/6.5.2/mingw_64/include/QtSerialPort -IC:/Qt/6.5.2/mingw_64/include/QtCore -I. -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++ -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/x86_64-w64-mingw32 -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include/c++/backward -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include -IC:/Qt/Tools/mingw1120_64/lib/gcc/x86_64-w64-mingw32/11.2.0/include-fixed -IC:/Qt/Tools/mingw1120_64/x86_64-w64-mingw32/include ..\hit2023\displayserver.h -o release\moc_displayserver.cpp
@ -7607,6 +7628,32 @@ release/main.o: ../hit2023/main.cpp ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qtextformat.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qpen.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qtextoption.h \
../hit2023/myStyleSheet.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QApplication \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qeventloop.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfutureinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qmutex.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qtsan_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qresultstore.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthreadpool.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthread.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdeadlinetimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qelapsedtimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qrunnable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qexception.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qpromise.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qinputmethod.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qlocale.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QFile \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfile.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfiledevice.h \
../hit2023/Q_DebugStream.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QTextBrowser \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qtextbrowser.h \
@ -7624,27 +7671,24 @@ release/main.o: ../hit2023/main.cpp ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtNetwork/QUdpSocket \
C:/Qt/6.5.2/mingw_64/include/QtNetwork/qudpsocket.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QThread \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthread.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdeadlinetimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qelapsedtimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QMutex \
C:/Qt/6.5.2/mingw_64/include/QtCore/qmutex.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qtsan_impl.h \
../hit2023/datareceiver.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QSemaphore \
C:/Qt/6.5.2/mingw_64/include/QtCore/qsemaphore.h \
../hit2023/cbuffer.h \
../hit2023/hw.h \
../hit2023/eventbuilder.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QFile \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfile.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfiledevice.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QMutexLocker \
../hit2023/histogram.h \
../hit2023/displayserver.h \
../hit2023/display.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QDialog \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qdialog.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QRadioButton \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qradiobutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qabstractbutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QButtonGroup \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qbuttongroup.h \
../hit2023/keithley_thr.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QtCore \
C:/Qt/6.5.2/mingw_64/include/QtCore/QtCoreDepends \
@ -7654,29 +7698,17 @@ release/main.o: ../hit2023/main.cpp ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/q23functional.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractanimation.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstracteventdispatcher.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qeventloop.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractitemmodel.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractnativeeventfilter.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractproxymodel.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qanimationgroup.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qapplicationstatic.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfutureinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qresultstore.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthreadpool.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qrunnable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qexception.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qpromise.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qassociativeiterable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbitarray.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbuffer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbytearraymatcher.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcache.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcalendar.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qlocale.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcborarray.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcborvalue.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdatetime.h \
@ -7782,12 +7814,7 @@ release/main.o: ../hit2023/main.cpp ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtSerialPort/qtserialportversion.h \
C:/Qt/6.5.2/mingw_64/include/QtSerialPort/QSerialPortInfo \
C:/Qt/6.5.2/mingw_64/include/QtSerialPort/QSerialPort \
../hit2023/stepper.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QApplication \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qinputmethod.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication_platform.h
../hit2023/stepper.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\main.o ..\hit2023\main.cpp
release/mainwindow.o: ../hit2023/mainwindow.cpp ../hit2023/mainwindow.h \
@ -7965,6 +7992,32 @@ release/mainwindow.o: ../hit2023/mainwindow.cpp ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qtextformat.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qpen.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qtextoption.h \
../hit2023/myStyleSheet.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QApplication \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qeventloop.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfutureinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qmutex.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qtsan_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qresultstore.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthreadpool.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthread.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdeadlinetimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qelapsedtimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qrunnable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qexception.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qpromise.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qinputmethod.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qlocale.h \
C:/Qt/6.5.2/mingw_64/include/QtGui/qguiapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QFile \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfile.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfiledevice.h \
../hit2023/Q_DebugStream.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QTextBrowser \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qtextbrowser.h \
@ -7982,27 +8035,24 @@ release/mainwindow.o: ../hit2023/mainwindow.cpp ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtNetwork/QUdpSocket \
C:/Qt/6.5.2/mingw_64/include/QtNetwork/qudpsocket.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QThread \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthread.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdeadlinetimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qelapsedtimer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QMutex \
C:/Qt/6.5.2/mingw_64/include/QtCore/qmutex.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qtsan_impl.h \
../hit2023/datareceiver.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QSemaphore \
C:/Qt/6.5.2/mingw_64/include/QtCore/qsemaphore.h \
../hit2023/cbuffer.h \
../hit2023/hw.h \
../hit2023/eventbuilder.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QFile \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfile.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfiledevice.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QMutexLocker \
../hit2023/histogram.h \
../hit2023/displayserver.h \
../hit2023/display.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QDialog \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qdialog.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QRadioButton \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qradiobutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qabstractbutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QButtonGroup \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qbuttongroup.h \
../hit2023/keithley_thr.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QtCore \
C:/Qt/6.5.2/mingw_64/include/QtCore/QtCoreDepends \
@ -8012,29 +8062,17 @@ release/mainwindow.o: ../hit2023/mainwindow.cpp ../hit2023/mainwindow.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/q23functional.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractanimation.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstracteventdispatcher.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qeventloop.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractitemmodel.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractnativeeventfilter.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qabstractproxymodel.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qanimationgroup.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qapplicationstatic.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcoreapplication_platform.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfutureinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qresultstore.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qfuture_impl.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qthreadpool.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qrunnable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qexception.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qpromise.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qassociativeiterable.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbitarray.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbuffer.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qbytearraymatcher.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcache.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcalendar.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qlocale.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcborarray.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qcborvalue.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qdatetime.h \
@ -9988,6 +10026,11 @@ release/display.o: ../hit2023/display.cpp ../hit2023/display.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/qnativeinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtCore/QVector \
C:/Qt/6.5.2/mingw_64/include/QtCore/qvector.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QRadioButton \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qradiobutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qabstractbutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QButtonGroup \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qbuttongroup.h \
ui_display.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\display.o ..\hit2023\display.cpp
@ -10183,7 +10226,12 @@ release/displayserver.o: ../hit2023/displayserver.cpp ../hit2023/displayserver.h
C:/Qt/6.5.2/mingw_64/include/QtCore/QSize \
C:/Qt/6.5.2/mingw_64/include/QtCore/QSizeF \
C:/Qt/6.5.2/mingw_64/include/QtGui/QTransform \
C:/Qt/6.5.2/mingw_64/include/QtCore/qnativeinterface.h
C:/Qt/6.5.2/mingw_64/include/QtCore/qnativeinterface.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QRadioButton \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qradiobutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qabstractbutton.h \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/QButtonGroup \
C:/Qt/6.5.2/mingw_64/include/QtWidgets/qbuttongroup.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\displayserver.o ..\hit2023\displayserver.cpp
release/keithley.o: ../hit2023/keithley.cpp ../hit2023/keithley.h \

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 11.0.0, 2023-09-06T13:15:13. -->
<!-- Written by QtCreator 11.0.0, 2023-09-06T15:13:10. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
@ -148,7 +148,13 @@
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
</valuemap>
<value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.2">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">/c xcopy %{sourceDir}\styles %{buildDir}\release\styles /e /k /i /Y</value>
<value type="QString" key="ProjectExplorer.ProcessStep.Command">cmd</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.ProcessStep</value>
</valuemap>
<value type="qlonglong" key="ProjectExplorer.BuildStepList.StepsCount">3</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>

View File

@ -1,9 +1,28 @@
#include "mainwindow.h"
#include <QApplication>
#include <QFile>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
// Create and show your main window(s) or other windows here
// Apply the stylesheet to each display
qDebug() << "App path : " << qApp->applicationDirPath();
qApp->setStyleSheet("");
QString stylesheetPath = qApp->applicationDirPath()+"/styles/Medize.qss";
// Load and apply the new stylesheet
QFile styleFile(stylesheetPath);
if (styleFile.open(QFile::ReadOnly | QFile::Text)) {
QString style = QTextStream(&styleFile).readAll();
qApp->setStyleSheet(style);
styleFile.close();
} else {
qWarning("Failed to open stylesheet file: %s", qPrintable(stylesheetPath));
}
qDebug() << "Stylesheet applied:" << qApp->styleSheet(); // Add this line
MainWindow w;
w.show();

View File

@ -9,7 +9,7 @@
#include "dialogprofiler.h"
#include "dialogbeta.h"
#include "helpers.h"
#include "myStyleSheet.h"
#include <QShowEvent>
#include <QMessageBox>
#include <QFileDialog>
@ -19,7 +19,10 @@ MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
debugStream = new Q_DebugStream(std::cout, ui->logWindow); //Redirect Console output to QTextEdit
Q_DebugStream::registerQDebugMessageHandler(); //Redirect qDebug() output to QTextEdit

View File

@ -7,6 +7,7 @@
#include <QVector>
#include <QTimer>
#include <QLineEdit>
#include "myStyleSheet.h"
#include "Q_DebugStream.h"
#include "device.h"

9
hit2023/myStyleSheet.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef MYSTYLESHEET_H
#define MYSTYLESHEET_H
// Include necessary headers
#include <QApplication>
#include <QFile>
#endif // MYSTYLESHEET_H

762
hit2023/styles/EasyCode.qss Normal file
View File

@ -0,0 +1,762 @@
/*Copyright (c) DevSec Studio. All rights reserved.
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/*-----QWidget-----*/
QWidget
{
background-color: #aaaaaa;
color: #000;
}
/*-----QLabel-----*/
QLabel
{
background-color: transparent;
color: #000;
}
/*-----QMenuBar-----*/
QMenuBar
{
background-color: #aaaaaa;
border : none;
}
QMenuBar::item
{
background-color: transparent;
}
QMenuBar::item:selected
{
background-color: #303030;
color: #fff;
}
QMenuBar::item:pressed
{
background-color: #1c1c1c;
color: #fff;
}
/*-----QMenu-----*/
QMenu
{
background-color: #1c1c1c;
border: 1px solid transparent;
border-radius: 10px;
color: #fff;
opacity: 20;
margin: 4px;
}
QMenu::item
{
padding: 2px 25px 2px 20px;
background-color: #1c1c1c;
border-radius: 10px;
}
QMenu::item:selected
{
color: #000;
padding: 2px 25px 2px 20px;
background-color: qlineargradient(spread:pad, x1:0.494, y1:0, x2:0.492, y2:1, stop:0 rgba(111, 159, 215, 255), stop:1 rgba(72, 100, 138, 255));
border-radius: 2px;
border: 1px solid rgb(28, 28, 28);
}
QMenu::separator
{
height: 1px;
background: darkgray;
margin : 3px;
}
QMenu::indicator
{
width: 13px;
height: 13px;
}
/*-----QToolBar-----*/
QToolBar
{
background-color: #aaaaaa;
border: none;
padding: 2px;
}
QToolBar::handle
{
width: 10px;
margin: 4px 2px;
}
QToolBar::separator
{
width: 1px;
margin: 0px 4px;
background-color: rgba(0,0,0);
}
/*-----QDialog-----*/
QDialog
{
background-color: #1c1c1c;
border: 1px solid #000;
border-radius: 1px;
color: #fff;
opacity: 20;
}
/*-----QPlainTextEdit-----*/
QPlainTextEdit
{
color: black;
background-color: #fff;
border: 1px solid darkgray;
border-top: none;
border-radius : 2px;
}
/*-----QTabBar-----*/
QTabBar
{
background-color: qlineargradient(spread:repeat, x1:1, y1:0, x2:1, y2:1, stop:0 rgba(102, 102, 102, 255),stop:1 rgba(85, 85, 85, 255));
margin-top:0px;
border: 1px solid gray;
}
QTabBar::tear
{
width: 10px;
border: none;
}
QTabWidget::tab-bar
{
border:none;
left: 0px;
}
QTabBar::tab
{
font: 7pt "Verdana";
font: bold;
color: #fff;
padding-left: 15px;
padding-right: 15px;
height: 25px;
}
QTabWidget::pane
{
border: 1px solid rgb(71, 71, 71);
margin-top: 0px;
}
QTabBar::tab:!selected
{
color: #b1b1b1;
border: 1px solid gray;
background-color: qlineargradient(spread:pad, x1:1, y1:0, x2:1, y2:1, stop:0 rgba(101, 101, 101, 255),stop:1 rgba(66, 66, 66, 255));
}
QTabBar::tab:selected
{
background-color: qlineargradient(spread:pad, x1:1, y1:0, x2:1, y2:1, stop:0 rgba(197, 197, 197, 255),stop:1 rgba(154, 154, 154, 255));
border: 1px solid #414141;
color: #000;
}
QTabBar::tab:!selected:hover
{
color: #fff;
}
/*-----QPushButton-----*/
QPushButton
{
color: #000;
border: 1px solid #000;
border-radius: 4px;
background-color: qlineargradient(spread:pad, x1:0.494, y1:0, x2:0.492, y2:1, stop:0 rgba(97, 147, 237, 255), stop:1 rgba(78, 119, 191, 255));
}
QPushButton:hover
{
color: #000;
border: 1px solid #000;
border-radius: 4px;
background-color: qlineargradient(spread:pad, x1:0.494, y1:0, x2:0.492, y2:1, stop:0 rgba(86, 131, 212, 255), stop:1 rgba(70, 107, 173, 255));
font: bold;
}
QPushButton:pressed
{
color: #000;
border: 1px solid #000;
border-radius: 4px;
background-color: qlineargradient(spread:pad, x1:0.494, y1:0, x2:0.492, y2:1, stop:0 rgba(74, 113, 182, 255), stop:1 rgba(65, 99, 159, 255));
font: bold;
}
/*-----QToolButton-----*/
QToolButton
{
background-color: qlineargradient(spread:pad, x1:1, y1:0, x2:1, y2:1, stop:0 rgba(197, 197, 197, 255),stop:1 rgba(154, 154, 154, 255));
color: #000;
border: 1px solid #414141;
border-radius: 2px;
padding: 2px;
}
QToolButton:hover
{
background-color: qlineargradient(spread:pad, x1:1, y1:0, x2:1, y2:1, stop:0 rgba(214, 214, 214, 255),stop:1 rgba(198, 198, 198, 255));
}
QToolButton:pressed
{
background-color: qlineargradient(spread:pad, x1:1, y1:0, x2:1, y2:1, stop:0 rgba(101, 101, 101, 255),stop:1 rgba(66, 66, 66, 255));
}
QToolButton:checked
{
background-color: qlineargradient(spread:pad, x1:1, y1:0, x2:1, y2:1, stop:0 rgba(101, 101, 101, 255),stop:1 rgba(66, 66, 66, 255));
}
/*-----QComboBox-----*/
QComboBox
{
color : #fff;
background-color: #262626;
border : 1px solid rgb(28, 28, 28);
border-radius: 0px;
padding: 5px;
margin-right: 5px;
margin-left: 5px;
max-height : 10px;
min-width : 72px;
selection-background-color: rgb(85, 85, 255);
}
QComboBox::drop-down
{
background-color: rgb(98, 98, 98);
subcontrol-origin: padding;
subcontrol-position: top right;
width: 15px;
border-left-width: 1px;
border-left-color: darkgray;
border-left-style: solid;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
QComboBox::down-arrow
{
image: url(:/Icons/resources/icons/downarrow.png);
}
QComboBox QWidget
{
color : #fff;
background-color: #262626;
border : 1px solid rgb(28, 28, 28);
}
/*-----QDockWidget-----*/
QDockWidget
{
color : lightgray;
border-top: 0px solid #262626;;
border-left: 1px solid #262626;;
border-right: 1px solid #262626;;
border-bottom: 1px solid #262626;;
background-color: rgb(49, 49, 49);
}
QDockWidget::title
{
background-color: rgb(58, 58, 58);
border: 1px solid rgb(58, 58, 58);
border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
text-align: left;
margin-top:1px;
}
QDockWidget::close-button
{
max-width: 14px;
max-height: 14px;
margin-top:1px;
}
QDockWidget::float-button
{
max-width: 14px;
max-height: 14px;
margin-top:1px;
}
QDockWidget::close-button:hover
{
border: none;
background-color: none;
}
QDockWidget::float-button:hover
{
border: none;
background-color: none;
}
QDockWidget::separator
{
width: 1px;
margin: 6px 4px;
background-color: rgba(0,0,0);
}
/*-----QTreeWidget-----*/
QTreeWidget
{
show-decoration-selected: 0;
selection-background-color: transparent; /* Used on Mac */
selection-color: #fff; /* Used on Mac */
background-color: #262626;
padding-top : 5px;
border: none;
color: #fff;
font: 8pt;
}
QTreeView::item:selected
{
color:#000;
background-color: qlineargradient(spread:pad, x1:0.494, y1:0, x2:0.492, y2:1, stop:0 rgba(111, 159, 215, 255), stop:1 rgba(72, 100, 138, 255));
border-radius: 0px;
}
QTreeView::item:!selected:hover
{
color:#fff;
background-color: rgb(86, 100, 123);
border: none;
border-radius: 0px;
}
QTreeView::branch:has-children:!has-siblings:closed,
QTreeView::branch:closed:has-children:has-siblings
{
image: url(://tree-closed.png);
}
QTreeView::branch:open:has-children:!has-siblings,
QTreeView::branch:open:has-children:has-siblings
{
image: url(://tree-open.png);
}
/*-----QListView-----*/
QListView
{
border : none;
background-color: #262626;
color: white;
show-decoration-selected: 1; /* make the selection span the entire width of the view */
outline: 0;
border: 1px solid gray;
}
QListView::disabled
{
background-color: #656565;
color: #1b1b1b;
border: 1px solid #656565;
}
QListView::item
{
padding: 1px;
}
QListView::item:alternate
{
background-color: #4a4b4d;
}
QListView::item:selected
{
border: 1px solid #6a6ea9;
border: none;
color: #000;
}
QListView::item:selected:!active
{
background-color: qlineargradient(spread:pad, x1:0.494, y1:0, x2:0.492, y2:1, stop:0 rgba(111, 159, 215, 255), stop:1 rgba(72, 100, 138, 255));
border: none;
color: #000;
}
QListView::item:selected:active
{
background-color: qlineargradient(spread:pad, x1:0.494, y1:0, x2:0.492, y2:1, stop:0 rgba(111, 159, 215, 255), stop:1 rgba(72, 100, 138, 255));
border: none;
color: #000;
}
QListView::item:hover {
background-color: rgb(86, 100, 123);
border: none;
color: white;
}
/*-----QScrollBar-----*/
QScrollBar:horizontal
{
background-color: transparent;
height: 17px;
margin-bottom: 1px;
}
QScrollBar::handle:horizontal
{
border-radius : 5px;
background-color: qlineargradient(spread:pad, x1:0.494, y1:0, x2:0.492, y2:1, stop:0 rgba(97, 147, 237, 255), stop:1 rgba(78, 119, 191, 255));
min-width: 50px;
height : 10px;
}
QScrollBar::handle:horizontal:pressed
{
background-color: qlineargradient(spread:pad, x1:0.494, y1:0, x2:0.492, y2:1, stop:0 rgba(77, 127, 217, 255), stop:1 rgba(58, 99, 171, 255));
border-radius : 5px;
}
QScrollBar::add-line:horizontal
{
border: none;
background-color: transparent;
width: 0px;
}
QScrollBar::add-line:horizontal:hover
{
background-color: transparent;
}
QScrollBar::add-line:horizontal:pressed
{
background-color: transparent;
}
QScrollBar::sub-line:horizontal
{
border: none;
background-color: transparent;
border-radius :0px;
width: 0px;
}
QScrollBar::sub-line:horizontal:hover
{
background-color: transprarent;
}
QScrollBar::sub-line:horizontal:pressed
{
background-color: transparent;
}
QScrollBar:left-arrow:horizontal
{
width: 0px;
height: 0px;
background: transparent;
}
QScrollBar::right-arrow:horizontal
{
width: 0px;
height: 0px;
background: transparent;
}
QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal
{
background-color: transparent;
}
QScrollBar:vertical
{
background-color: transparent;
border : none;
width: 10px;
}
QScrollBar::handle:vertical
{
background-color: qlineargradient(spread:pad, x1:0.494, y1:0, x2:0.492, y2:1, stop:0 rgba(97, 147, 237, 255), stop:1 rgba(78, 119, 191, 255));
border-radius : 5px;
min-height: 80px;
width : 10px;
margin: 0px;
}
QScrollBar::handle:vertical:pressed
{
border-radius : 5px;
background-color: qlineargradient(spread:pad, x1:0.494, y1:0, x2:0.492, y2:1, stop:0 rgba(77, 127, 217, 255), stop:1 rgba(58, 99, 171, 255));
}
QScrollBar::add-line:vertical
{
border: none;
background: transparent;
height: 0px;
subcontrol-position: none;
subcontrol-origin: none;
}
QScrollBar::add-line:vertical:hover
{
background-color: transparent;
}
QScrollBar::add-line:vertical:pressed
{
background-color: transparent;
}
QScrollBar::sub-line:vertical
{
border: none;
background: transparent;
height: 0px;
}
QScrollBar::sub-line:vertical:hover
{
background-color: transparent;
}
QScrollBar::sub-line:vertical:pressed
{
background-color: transparent;
}
QScrollBar::up-arrow:vertical
{
width: 0px;
height: 0px;
background: transparent;
}
QScrollBar::down-arrow:vertical
{
width: 0px;
height: 0px;
background: transparent;
}
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical
{
background-color: transparent;
}
/*-----QStatusBar-----*/
QStatusBar
{
color: #000;
margin : 0px;
padding : -5px;
background-color: rgb(170, 170, 170);
}
QStatusBar::item
{
background-color: transparent;
color: #000;
}

244
hit2023/styles/Geoo.qss Normal file
View File

@ -0,0 +1,244 @@
/*Copyright (c) DevSec Studio. All rights reserved.
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/*-----QWidget-----*/
QWidget
{
color: #aaa;
background-color: #323232;
}
/*-----QLabel-----*/
QLabel
{
background-color: transparent;
color: #fff;
}
/*-----QMenuBar-----*/
QMenuBar
{
background-color: #323232;
}
QMenuBar::item
{
background: transparent;
}
QMenuBar::item:selected
{
background: #444;
}
QMenuBar::item:pressed
{
border: 1px solid #000;
background-color: #444;
margin-bottom:-1px;
padding-bottom:1px;
}
/*-----QMenu-----*/
QMenu
{
background-color: #444;
border: 1px solid #222;
padding: 4px;
padding-right: 0px;
}
QMenu::item
{
background-color: transparent;
padding: 2px 20px 2px 20px;
}
QMenu::item:disabled
{
color: #555;
background-color: transparent;
padding: 2px 20px 2px 20px;
}
QMenu::item:selected
{
background-color: #55aaff;
color: #fff;
}
/*-----QToolTip-----*/
QToolTip
{
border: 1px solid #222;
background-color: #333;
color: #aaa;
}
/*-----QToolButton-----*/
QToolButton
{
color: #b1b1b1;
background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #565656, stop: 0.1 #525252, stop: 0.5 #4e4e4e, stop: 0.9 #4a4a4a, stop: 1 #464646);
border-width: 1px;
border-color: #1e1e1e;
border-style: solid;
margin-right: 2px;
padding: 3px;
}
QToolButton:pressed
{
background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2d2d2d, stop: 0.1 #2b2b2b, stop: 0.5 #292929, stop: 0.9 #282828, stop: 1 #252525);
}
QToolButton:checked
{
background-color: gray;
}
/*-----QLineEdit-----*/
QLineEdit{
background-color: #fff;
color: #000;
selection-color: #fff;
selection-background-color: #507098;
}
/*-----QTreeView-----*/
QTreeView
{
background-color: #434343;
border: 0.5px solid rgba(108,108,108,75);
}
QTreeView::item,
QTreeView::branch
{
background: transparent;
color: #DDD;
}
QTreeView::item:hover,
QTreeView::branch:hover
{
background-color: #55aaff;
color: #DDD;
}
QTreeView::item:selected,
QTreeView::branch:selected
{
background-color: #55aaff;
color: #fff;
}
/*-----QScrollBar-----*/
QScrollBar:horizontal
{
background-color: #333;
height: 8px;
margin: 0px;
padding: 0px;
}
QScrollBar::handle:horizontal
{
border: 1px solid #111;
background-color: #535353;
}
QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal,
QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal
{
width: 0px;
background-color: transparent;
}
QScrollBar:vertical
{
background-color: #333;
width: 8px;
margin: 0;
}
QScrollBar::handle:vertical
{
border: 1px solid #111;
background-color: #535353;
}
QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical,
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical
{
height: 0px;
background-color: transparent;
}

119
hit2023/styles/Incrypt.qss Normal file
View File

@ -0,0 +1,119 @@
/*Copyright (c) DevSec Studio. All rights reserved.
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/*-----QWidget-----*/
QWidget
{
background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:1 #212121, stop:.4 #343434);
color: #000000;
border-color: #000000;
}
/*-----QLabel-----*/
QLabel
{
background-color: transparent;
color: #fff;
font-size: 14pt;
border-color: #000000;
}
/*-----QToolButton-----*/
QToolButton
{
background-color: qlineargradient(spread:repeat, x1:1, y1:0, x2:1, y2:1, stop:0 rgba(254, 171, 66, 255),stop:1 rgba(255, 153, 0, 255));
color: #000;
font-size: 14pt;
border-radius: 4px;
padding: 10px;
}
QToolButton::pressed
{
background-color: #6b960f;
}
/*-----QTabWidget-----*/
QTabBar::tab
{
font-size: 8pt;
font-weight: bold;
width: 80px;
border: 1px solid #444;
border-bottom-style: none;
border-top-style: none;
background-color: #323232;
padding-top: 3px;
padding-bottom: 2px;
margin-right: -1px;
}
QTabWidget::pane
{
border: 1px solid qlineargradient(spread:repeat, x1:1, y1:0, x2:1, y2:1, stop:0 rgba(254, 171, 66, 255),stop:1 rgba(255, 153, 0, 255));
top: 1px;
}
QTabBar::tab:last
{
margin-right: 0;
}
QTabBar::tab:first:!selected
{
margin-left: 0px;
}
QTabBar::tab:!selected
{
color: #fff;
border-bottom-style: solid;
margin-top: 3px;
background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:1 #212121, stop:.4 #343434);
}
QTabBar::tab:selected
{
background-color: qlineargradient(spread:repeat, x1:1, y1:0, x2:1, y2:1, stop:0 rgba(254, 171, 66, 255),stop:1 rgba(255, 153, 0, 255));
color: #000;
margin-bottom: 0px;
}
QTabBar::tab:!selected:hover
{
background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:1 #212121, stop:0.4 #343434, stop:0.2 #343434, stop:0.1 #ffaa00);
}

434
hit2023/styles/Medize.qss Normal file
View File

@ -0,0 +1,434 @@
/*Copyright (c) DevSec Studio. All rights reserved.
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
QWidget{
background-color: #e6e7eb;
}
/*-----QLabel-----*/
QLabel
{
background-color: transparent;
color: #000000;
border-color: #000000;
}
/*-----QMenuBar-----*/
QMenuBar
{
background-color: #d6e1f0;
color: #000;
}
QMenuBar::disabled
{
background-color: #404040;
color: #656565;
border-color: #051a39;
}
QMenuBar::item
{
background-color: transparent;
}
QMenuBar::item:selected
{
background-color: #a7dfff;
color: #000;
}
QMenuBar::item:pressed
{
background-color: #98daff;
border: 1px solid #000;
margin-bottom: -1px;
padding-bottom: 1px;
}
/*-----QMenu-----*/
QMenu
{
background-color: #beccde;
border: 1px solid;
color: #000;
}
QMenu QWidget{
background-color: transparent;
}
QMenu::separator
{
height: 1px;
background-color: #6d8eff;
color: #ffffff;
padding-left: 4px;
margin-left: 10px;
margin-right: 5px;
}
QMenu::item
{
min-width : 150px;
padding: 3px 20px 3px 20px;
}
QMenu::item:selected
{
background-color: #d6e1f0;
color: #000;
}
QMenu::item:disabled
{
color: #262626;
}
/*-----QToolBar-----*/
QToolBar
{
background-color: #d6e1f0;
color: #ffffff;
border-color: #000000;
}
/*-----QToolButton-----*/
QToolButton
{
background-color: #d6e1f0;
color: #ffffff;
border-color: #000000;
}
QToolButton::hover
{
background-color: #f0f5f3;
color: #ffffff;
border: none;
}
QToolButton::checked:hover
{
background-color: #5cc4ff;
color: #ffffff;
border: none;
}
QToolButton::pressed
{
background-color: #5cc4ff;
color: #ffffff;
border: none;
}
QToolButton::checked
{
background-color: #5cc4ff;
color: #ffffff;
border: none;
show-decoration-selected: 0;
outline: 0;
}
/*-----QToolTip-----*/
QToolTip
{
border: 1px solid black;
background-color: #b2c1d5;
border-radius: 0px;
color: #000;
}
/*-----QLineEdit-----*/
QLineEdit{
background-color: #fefffc;
color: #000;
}
/*-----QTextEdit-----*/
QTableWidget{
background-color: #fff;
padding: 10px;
}
/*-----QComboBox-----*/
QComboBox
{
background-color: #fefefe;
border: 1px solid #1e1e1e;
border-radius: 0px;
padding-left: 6px;
color: #000;
height: 20px;
}
QComboBox:on
{
background-color: #fefefe;
}
QComboBox QAbstractItemView
{
background-color: #dcdcdf;
color: #000;
border: 1px solid black;
selection-background-color: #217346;
selection-color: #dcdcdf;
outline: 0;
}
QComboBox::drop-down
{
subcontrol-origin: padding;
subcontrol-position: top right;
width: 15px;
border-left-width: 0px;
border-left-color: darkgray;
border-left-style: solid;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
QComboBox::down-arrow
{
image: url("./ressources/down_arrow.png");
width:8px;
height:8px;
}
/*-----QSpinBox-----*/
QSpinBox
{
background-color: #fefefe;
border-width: 1px;
border-color: #1e1e1e;
border-style: solid;
color: #000;
padding: 2px;
selection-background-color: #4e4e8f;
}
QSpinBox::up-button,
QSpinBox::down-button
{
background-color: #fefefe;
}
QSpinBox::up-button:hover,
QSpinBox::down-button:hover
{
background-color: #fefefe;
}
QSpinBox::up-button:pressed,
QSpinBox::down-button:pressed
{
background-color: #ebebeb;
border: 1px solid #ebebeb;
}
QSpinBox::down-arrow
{
image: url("./ressources/down_arrow.png");
width: 7px;
}
QSpinBox::up-arrow
{
image: url("./ressources/up_arrow.png");
width: 7px;
}
/*-----QSlider-----*/
QSlider
{
background-color: transparent;
padding: 2px;
}
QSlider::groove:horizontal
{
subcontrol-origin: content;
background-color: transparent;
height: 15px;
}
QSlider::handle:horizontal
{
background-color: #4ebfff;
width: 15px;
border-radius: 7px;
}
QSlider::sub-page:horizontal
{
background-color: #999;
margin: 5px;
border-radius: 5px;
}
QSlider::add-page:horizontal
{
background-color: #666;
margin: 5px;
border-radius: 5px;
}
/*-----QScrollBar-----*/
QScrollBar:horizontal
{
background-color: #beccde;
border: 1px solid darkgray;
height: 15px;
}
QScrollBar::handle:horizontal
{
border: 1px solid gray;
min-width: 100px;
background-color: #e6edf6;
}
QScrollBar::add-line:horizontal,
QScrollBar::sub-line:horizontal,
QScrollBar::add-page:horizontal,
QScrollBar::sub-page:horizontal
{
width: 0px;
background-color: transparent;
}
QScrollBar:vertical
{
background-color: #beccde;
border: 1px solid darkgray;
width: 14px;
}
QScrollBar::handle:vertical
{
border: 1px solid gray;
min-height: 100px;
background-color: #e6edf6;
}
QScrollBar::add-line:vertical,
QScrollBar::sub-line:vertical,
QScrollBar::add-page:vertical,
QScrollBar::sub-page:vertical
{
height: 0px;
background-color: transparent;
}
/*-----QStatusBar-----*/
QStatusBar
{
background-color: #d6e1f0;
color: #000000;
border-color: #000000;
}

461
hit2023/styles/Toolery.qss Normal file
View File

@ -0,0 +1,461 @@
/*Copyright (c) DevSec Studio. All rights reserved.
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/*-----QWidget-----*/
QWidget
{
background-color: #fff;
color: red;
}
/*-----QLabel-----*/
QLabel
{
background-color: transparent;
color: #454544;
font-weight: bold;
font-size: 13px;
}
/*-----QPushButton-----*/
QPushButton
{
background-color: #5c55e9;
color: #fff;
font-size: 13px;
font-weight: bold;
border-top-right-radius: 15px;
border-top-left-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 15px;
padding: 10px;
}
QPushButton::disabled
{
background-color: #5c5c5c;
}
QPushButton::hover
{
background-color: #5564f2;
}
QPushButton::pressed
{
background-color: #3d4ef2;
}
/*-----QCheckBox-----*/
QCheckBox
{
background-color: transparent;
color: #5c55e9;
font-size: 10px;
font-weight: bold;
border: none;
border-radius: 5px;
}
/*-----QCheckBox-----*/
QCheckBox::indicator
{
background-color: #323232;
border: 1px solid darkgray;
width: 12px;
height: 12px;
}
QCheckBox::indicator:checked
{
image:url("./ressources/check.png");
background-color: #5c55e9;
border: 1px solid #5c55e9;
}
QCheckBox::indicator:unchecked:hover
{
border: 1px solid #5c55e9;
}
QCheckBox::disabled
{
color: #656565;
}
QCheckBox::indicator:disabled
{
background-color: #656565;
color: #656565;
border: 1px solid #656565;
}
/*-----QLineEdit-----*/
QLineEdit
{
background-color: #c2c7d5;
color: #2a547f;
border: none;
padding: 5px;
}
/*-----QListView-----*/
QListView
{
background-color: #5c55e9;
color: #fff;
font-size: 14px;
font-weight: bold;
show-decoration-selected: 0;
border-radius: 4px;
padding-left: -15px;
padding-right: -15px;
padding-top: 5px;
}
QListView:disabled
{
background-color: #5c5c5c;
}
QListView::item
{
background-color: #454e5e;
border: none;
padding: 10px;
border-radius: 0px;
padding-left : 10px;
height: 32px;
}
QListView::item:selected
{
color: #000;
background-color: #fff;
}
QListView::item:!selected
{
color:white;
background-color: transparent;
border: none;
padding-left : 10px;
}
QListView::item:!selected:hover
{
color: #fff;
background-color: #5564f2;
border: none;
padding-left : 10px;
}
/*-----QTreeView-----*/
QTreeView
{
background-color: #fff;
show-decoration-selected: 0;
color: #454544;
}
QTreeView:disabled
{
background-color: #242526;
show-decoration-selected: 0;
}
QTreeView::item
{
border-top-color: transparent;
border-bottom-color: transparent;
}
QTreeView::item:hover
{
background-color: #bcbdbb;
color: #000;
}
QTreeView::item:selected
{
background-color: #5c55e9;
color: #fff;
}
QTreeView::item:selected:active
{
background-color: #5c55e9;
color: #fff;
}
QTreeView::item:selected:disabled
{
background-color: #525251;
color: #656565;
}
QTreeView::branch:has-children:!has-siblings:closed,
QTreeView::branch:closed:has-children:has-siblings
{
image: url(://tree-closed.png);
}
QTreeView::branch:open:has-children:!has-siblings,
QTreeView::branch:open:has-children:has-siblings
{
image: url(://tree-open.png);
}
/*-----QTableView & QTableWidget-----*/
QTableView
{
background-color: #fff;
border: 1px solid gray;
color: #454544;
gridline-color: gray;
outline : 0;
}
QTableView::disabled
{
background-color: #242526;
border: 1px solid #32414B;
color: #656565;
gridline-color: #656565;
outline : 0;
}
QTableView::item:hover
{
background-color: #bcbdbb;
color: #000;
}
QTableView::item:selected
{
background-color: #5c55e9;
color: #fff;
}
QTableView::item:selected:disabled
{
background-color: #1a1b1c;
border: 2px solid #525251;
color: #656565;
}
QTableCornerButton::section
{
background-color: #ced5e3;
border: none;
color: #fff;
}
QHeaderView::section
{
color: #2a547f;
border: 0px;
background-color: #ced5e3;
padding: 5px;
}
QHeaderView::section:disabled
{
background-color: #525251;
color: #656565;
}
QHeaderView::section:checked
{
color: #fff;
background-color: #5c55e9;
}
QHeaderView::section:checked:disabled
{
color: #656565;
background-color: #525251;
}
QHeaderView::section::vertical::first,
QHeaderView::section::vertical::only-one
{
border-top: 1px solid #353635;
}
QHeaderView::section::vertical
{
border-top: 1px solid #353635;
}
QHeaderView::section::horizontal::first,
QHeaderView::section::horizontal::only-one
{
border-left: 1px solid #353635;
}
QHeaderView::section::horizontal
{
border-left: 1px solid #353635;
}
/*-----QScrollBar-----*/
QScrollBar:horizontal
{
background-color: transparent;
height: 8px;
margin: 0px;
padding: 0px;
}
QScrollBar::handle:horizontal
{
border: none;
min-width: 100px;
background-color: #7e92b7;
}
QScrollBar::add-line:horizontal,
QScrollBar::sub-line:horizontal,
QScrollBar::add-page:horizontal,
QScrollBar::sub-page:horizontal
{
width: 0px;
background-color: #d8dce6;
}
QScrollBar:vertical
{
background-color: transparent;
width: 8px;
margin: 0;
}
QScrollBar::handle:vertical
{
border: none;
min-height: 100px;
background-color: #7e92b7;
}
QScrollBar::add-line:vertical,
QScrollBar::sub-line:vertical,
QScrollBar::add-page:vertical,
QScrollBar::sub-page:vertical
{
height: 0px;
background-color: #d8dce6;
}