From d1e63d3b0982f5de681c553b706ea0a1a6c7b3ad Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 13 Sep 2017 16:05:22 -0400 Subject: Fix up a bunch more of the lumina-theme-engine functionality - adding in all the desktop style settings and reworking the configuration UI and functionality. --- .../src/lthemeengine/mainwindow.ui | 255 +++++++++++++++++++-- 1 file changed, 238 insertions(+), 17 deletions(-) (limited to 'src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui') diff --git a/src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui b/src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui index 5bdab6d7..f239b7b4 100644 --- a/src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui +++ b/src-qt5/core/lumina-theme-engine/src/lthemeengine/mainwindow.ui @@ -6,14 +6,14 @@ 0 0 - 438 - 374 + 657 + 500 Qt5 Configuration Tool - + 6 @@ -23,22 +23,243 @@ 6 - - - - - - - ... + + + + 4 - + + + + + + + 0 + 0 + + + + General + + + + + + + 32 + 32 + + + + true + + + Qt::ToolButtonTextUnderIcon + + + true + + + + + + + + 0 + 0 + + + + Effects + + + + + + + 32 + 32 + + + + true + + + Qt::ToolButtonTextUnderIcon + + + true + + + + + + + + 0 + 0 + + + + Fonts + + + + + + + 32 + 32 + + + + true + + + Qt::ToolButtonTextUnderIcon + + + true + + + + + + + + 0 + 0 + + + + Icons + + + + + + + 32 + 32 + + + + true + + + Qt::ToolButtonTextUnderIcon + + + true + + + + + + + + 0 + 0 + + + + General +Styles + + + + + + + 32 + 32 + + + + true + + + Qt::ToolButtonTextUnderIcon + + + true + + + + + + + + 0 + 0 + + + + Desktop +Styles + + + + + + + 32 + 32 + + + + true + + + Qt::ToolButtonTextUnderIcon + + + true + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + QFrame::StyledPanel + + + + + - - - - QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - + + + + + + ... + + + + + + + QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + -- cgit