Uwe Rathmann
e9ed10ac82
Qt::NoFocus policy for the scrollarea, that usually has no scrollbars
2023-07-21 12:59:50 +02:00
Uwe Rathmann
0f6a1206e6
missing cell padding added for fluent2
2023-07-04 07:49:38 +02:00
Uwe Rathmann
7fd2fabb78
hardcoded colors removed + themed top level backgrounds
2023-07-03 16:53:12 +02:00
Uwe Rathmann
2911aaf88a
messagebox/messageboxQml examples moved to gallery
2023-07-03 16:48:37 +02:00
Uwe Rathmann
4a92bc7c12
listbox example moved into the gallery
2023-06-30 14:40:19 +02:00
Uwe Rathmann
ee7896e2d4
Merge branch 'master' into features/menubutton
2023-06-20 09:38:15 +02:00
Peter Hartmann
f616997650
windows style: Style dialog
2023-06-16 12:49:28 +02:00
Peter Hartmann
964395085f
gallery: Make sure a radio button is selected
2023-06-01 08:00:10 +02:00
Uwe Rathmann
81a90986b3
Empty QskLabelData is interpreted as separator now. Not sure how much
...
of an improvement this is as it adds the separators to the list of
options. But at least this allows to implement a wrapper like
QskMenuButton by copying options only.
Definitely not the final word on this API.
2023-05-16 12:49:46 +02:00
Uwe Rathmann
1c78044984
skin transition code moved to support
2023-05-16 11:12:11 +02:00
Uwe Rathmann
dbe1fad7ec
QskMenuButton introduced
2023-05-15 16:58:46 +02:00
Peter Hartmann
a11c61c2cd
gallery: Remove button spacing, otherwise there is too little space
2023-05-09 07:49:48 +02:00
Uwe Rathmann
2980fc91e3
minor updates for QskDrawer
2023-05-02 18:51:09 +02:00
Clemens Manert
fb626078bf
Adds QskDrawer to gallery
2023-05-02 18:10:31 +02:00
Uwe Rathmann
9e583166ff
BSD-3-Clause license
2023-04-06 09:23:37 +02:00
Uwe Rathmann
247dd38067
bye,bye qmake, say hello to cmake
2023-04-05 17:47:15 +02:00
Uwe Rathmann
7e36893d1c
compiler warnings fixed
2023-04-04 08:49:11 +02:00
Uwe Rathmann
b7cfb0b936
dimension fixed
2023-04-03 15:10:09 +02:00
Uwe Rathmann
75600b584d
working on the QskTab classes redesign - initial API cleanup
2023-03-14 09:34:52 +01:00
Uwe Rathmann
d8b668603f
workaround added to avoid that the input field is shrinking too much
2023-03-10 16:32:21 +01:00
Uwe Rathmann
560cc607c9
QskApplicationView -> QskMainView
2023-03-10 15:45:53 +01:00
Uwe Rathmann
e36f81b297
QskComboBox using QskLabelData now
2023-03-09 17:59:54 +01:00
Uwe Rathmann
10af58137f
graphic provider handling fixed. graphic URL namespace clashes fixed
...
( provider for the gallery icons was loaded by a provider that was only
available with M3 )
2023-03-09 11:11:36 +01:00
Uwe Rathmann
484780a40e
using "icon" instead of "graphic".
...
"icon" was not used to avoid confusing with QIcon,
but it is probably more confusing not to use the name that
is used by almost all toolkits.
2023-03-08 14:11:27 +01:00
Uwe Rathmann
3b88f7cd61
making the project file more compact
2023-03-08 10:25:37 +01:00
Uwe Rathmann
fa998a9496
QskComboBox is creating its menu only temporary now
2023-03-07 13:26:36 +01:00
Peter Hartmann
cda2877b42
gallery button page: increase spacing
2023-03-05 11:01:29 +01:00
Uwe Rathmann
27f79c7c0e
using black as default color in SVGs, so that color filtering does not
...
break when changing skins
2023-03-04 11:35:36 +01:00
Uwe Rathmann
83a18a83c2
QskTextInput having the same default size policy as QLineEdit (
...
Expanding/Fixed )
2023-03-04 11:04:37 +01:00
Uwe Rathmann
ed1a211e96
label renamed to placeholderText ( taken from QComboBox ), minor
...
adjustments
2023-03-03 19:01:40 +01:00
Uwe Rathmann
25be2106d5
alignment of the combo boxes
2023-03-03 18:11:09 +01:00
Uwe Rathmann
68d02006f4
QskRadioBox development continued - work in progress
2023-03-03 12:49:22 +01:00
Uwe Rathmann
0800a2002f
tying spinboxes and sliders
2023-03-01 17:47:50 +01:00
Uwe Rathmann
55d6aa6d5e
QskSpinBox bugs fixed, QskSpinBox::wrapping mode implemented
2023-03-01 13:58:10 +01:00
Uwe Rathmann
bb960be42e
minor improvements
2023-02-27 14:07:42 +01:00
Uwe Rathmann
c8b276db40
the gallery should fit into 800x600
2023-02-27 12:27:57 +01:00
Uwe Rathmann
5d16d86e0d
Merge branch 'master' of https://github.com/uwerat/qskinny
2023-02-27 09:57:22 +01:00
Uwe Rathmann
0b4de9afe7
spin box improvements
2023-02-27 09:56:41 +01:00
Uwe Rathmann
2e667f3ff2
formal adjustments
2023-02-26 17:04:47 +01:00
Uwe Rathmann
c4efbf65f0
compiler warning fixed
2023-02-26 15:45:57 +01:00
Uwe Rathmann
5bbd304b94
Merge branch 'RadioBox' of https://github.com/clemensmanert/qskinny into clemensmanert-RadioBox
2023-02-26 15:42:15 +01:00
Peter Hartmann
ebc8494359
Gallery: Make a bit nicer
2023-02-26 14:04:23 +01:00
Uwe Rathmann
06ba85605b
QskSpinBox work in progress
2023-02-23 14:37:49 +01:00
Peter Hartmann
1d57d87332
Gallery: Add buttons with different emphasis and style for M3
2023-02-23 10:19:42 +01:00
Clemens Manert
8c0a54e54a
Add QskRadioBox
2023-02-20 21:56:26 +01:00
Uwe Rathmann
0c2bc32abd
focus handling removed ( spin boxes do not have an internal focus chain
...
), formal adjustments
2023-02-19 14:24:09 +01:00
Uwe Rathmann
26661dcbb6
compiler errors/warnings fixed
2023-02-19 11:29:13 +01:00
uwerat
cf449f174f
Merge branch 'master' into qskspinbox
2023-02-19 10:25:04 +01:00
Vogel, Rick
8e8f8f5c2a
added sliders to play with sizes
2023-02-17 18:34:18 +01:00
Peter Hartmann
a89d3def3b
Add new control QskComboBox
...
Resolves #102
2023-02-17 17:26:06 +01:00
Vogel, Rick
ad7a20053c
refactoring + focused state
2023-02-17 13:32:47 +01:00
Vogel, Rick
ba9ec8e783
initial commit of QskSpinBox
2023-02-17 13:28:44 +01:00
Vogel, Rick
ac8a3dea9b
initial commit of QskSpinBox
2023-02-17 12:01:56 +01:00
Peter Hartmann
5a78a365e3
segmented bar: Make API similar to QskMenu
2023-02-01 17:18:22 +01:00
Peter Hartmann
1b6f3285dc
segmented bar: Improve styling
2023-02-01 17:18:22 +01:00
Peter Hartmann
9d1b2568e5
segmented bar: Allow icon and text
2023-02-01 17:18:22 +01:00
Peter Hartmann
f98af6d298
M3 buttons: Fix icons
...
Also for the gallery use the ones from M3.
2023-01-24 09:51:36 +01:00
Peter Hartmann
3b45b90011
CheckBox: Add error state and style for material
2023-01-16 08:15:41 +01:00
Uwe Rathmann
ad67d035f3
new QskGradient
2022-10-31 14:42:08 +01:00
Uwe Rathmann
03ce740b29
towards improved QskGradient
2022-10-24 16:40:47 +02:00
Uwe Rathmann
501a8d1f65
skin transition fixed
2022-07-15 13:13:14 +02:00
Uwe Rathmann
4ef3fe3164
initial tabbar position as skin hint ( QskTabBar::Panel | QskAspect::Style )
2022-07-15 10:44:32 +02:00
Peter Hartmann
07e3cf7fd6
Add top level application view
2022-07-15 07:55:13 +02:00
Peter Hartmann
f1101f1706
Material: Fix Header and Footer boxes
...
At some later point, we can introduce an application window class.
Also, move tabs to bottom.
Also, add some tinted surface colors.
2022-07-15 07:55:13 +02:00
Uwe Rathmann
ec1b2c928d
using QskMenu for selecting the skin
2022-07-14 13:19:25 +02:00
Peter Hartmann
35e61ce52a
gallery: Add tab for dialogs
2022-07-05 15:52:20 +02:00
Peter Hartmann
38d2f5e4b6
Bring back the old Material skin for now
2022-07-05 09:49:05 +02:00
Peter Hartmann
53faf27d8f
Merge branch 'uwerat-master' into material-theme
...
This means remove the outlined and text buttons for now
2022-07-05 09:33:43 +02:00
Uwe Rathmann
080fcdb69f
Starting with a simpler version of QskCheckBox ( no tristate ), but with
...
having an optional text.
2022-07-01 11:10:59 +02:00
Uwe Rathmann
3c5b6f9f01
QskAbstractButton::Flat removed, using QskAspect::Header instead
2022-06-29 16:21:54 +02:00
Peter Hartmann
212090f62a
Merge branch 'uwerat-master' into material-theme
2022-06-27 14:00:13 +02:00
Uwe Rathmann
d403af14ba
making QskHctColor a class, tone calculation from rgb added
2022-06-27 12:54:13 +02:00
Peter Hartmann
879b4144b1
Merge branch 'uwerat-master' into material-theme
2022-06-27 10:35:49 +02:00
Uwe Rathmann
6c7ba0489c
M(aterial)2 related code replaced
2022-06-25 16:14:08 +02:00
Peter Hartmann
f39ade0606
Revert "Gallery: Use raster for textures"
...
This reverts commit 0c3355fa0f
.
2022-06-14 09:35:59 +02:00
Peter Hartmann
e6b85e528b
button: Add more states to cover different button types
2022-06-08 11:48:29 +02:00
Peter Hartmann
0c3355fa0f
Gallery: Use raster for textures
2022-06-07 11:18:11 +02:00
Peter Hartmann
d1fb1e71cb
fixup
2022-06-02 18:25:35 +02:00
Uwe Rathmann
974e1b6b1e
quit menu option added
2022-05-30 07:49:58 +02:00
Uwe Rathmann
12a3dd06da
boilerplate code to have QskSegmentedBar in the gallery.
2022-04-20 15:25:15 +02:00
Uwe Rathmann
99ebaa7569
passsing parent fixed
2022-04-20 13:51:37 +02:00
Uwe Rathmann
8abbae3661
textinput page added
2022-04-19 08:42:53 +02:00
Uwe Rathmann
d0b926b868
using Qt::Edge instead of Qsk::Position
2022-04-17 12:37:13 +02:00
Uwe Rathmann
2a6d27d78d
wip
2022-04-05 11:38:23 +02:00
Uwe Rathmann
4d7db7c479
wip
2022-04-05 10:41:36 +02:00
Uwe Rathmann
b06687662b
custom sliders moved from gallery to tabview. we do not want to have
...
custom controlsin the gallery, that is intended to show the default
versions
2022-04-04 17:45:49 +02:00
Uwe Rathmann
ae5a348b50
spelling aligned with Qt checkboxes ( triState -> tristate )
2022-04-04 14:39:24 +02:00
Uwe Rathmann
49cdc1a029
formal cheges, check box added to gallery
2022-04-04 14:14:07 +02:00
Uwe Rathmann
de48deb7c8
more switches
2022-04-03 16:38:25 +02:00
Uwe Rathmann
0c7b14401b
change skin button added
2022-04-01 15:58:47 +02:00
Uwe Rathmann
4cb3301045
push buttons added
2022-04-01 14:54:31 +02:00
Uwe Rathmann
ff8b4245a6
text box reimplemented
2022-04-01 14:43:22 +02:00
Uwe Rathmann
a676caf994
support lib reorganized
2022-04-01 13:56:16 +02:00
Uwe Rathmann
105fdec8d7
no more page backgrounds - preparation for better themeing
2022-03-28 20:15:54 +02:00
Uwe Rathmann
1cc0dff8d5
uncrustified
2022-03-23 11:54:34 +01:00
Uwe Rathmann
7f5d289808
obsolete code for earlier versions removed
2022-03-20 14:22:11 +01:00
Uwe Rathmann
985fcf1e2d
tabpage background fixed
2021-12-06 19:20:59 +01:00
Uwe Rathmann
99822fc7aa
QskSkinHintTableEditor API simplified
2021-09-04 16:48:02 +02:00
Uwe Rathmann
f51f3b65ab
QskSkinHintTableEditor extended
2021-09-03 06:51:50 +02:00
Uwe Rathmann
3956f123f5
using pragma once for the examples
2021-08-04 10:11:12 +02:00