Skip to content

Commit

Permalink
Adjust tests app to use Fusion style.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Dec 23, 2024
1 parent ab8f7ab commit 3c0674b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Tests.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <qcolor.h>
#include <QTest>
#include <QStyleFactory>

#include "DoubleSliderTest.h"
#include "FilterDatesTest.h"
Expand All @@ -26,6 +26,8 @@ int main(int argc, char* argv[])
{
QApplication a(argc, argv);

QStyle *style = QStyleFactory::create("Fusion");
QApplication::setStyle(style);
setLightPalette();

DoubleSliderTest doubleSliderTest;
Expand Down
Binary file modified tests/res/sliderDefault.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3c0674b

Please sign in to comment.