why the arrow style of spinbox is different between design stage and running stage?
-
Hi,
I'm using Qt version 6.6.3. I designed the interface with QTCreator,after putting the components such as Spinbox,Combo Box and Font Combo box which have arrows,I try to run it. To my suprise, the arrow style is changed which is not supposed to be. Could anybody help me? thanks.
attches two pics, the first shows the arrow the
design stage, the second shows the one in running stage. -
Because designer uses different theme.
When you start your application it either system theme or the theme you explicitly specified. -
Because designer uses different theme.
When you start your application it either system theme or the theme you explicitly specified. -
What exactly do you have to do to get it looking like the first picture again?
-
What exactly do you have to do to get it looking like the first picture again?
@richferrara said in why the arrow style of spinbox is different between design stage and running stage?:
What exactly do you have to do to get it looking like the first picture again?
Looks like the Fusion theme, which was popping up on Windows when using fractional scalling.
The application was started and the
Windows 11style.You can start any application on command line with
-style Fusionto get this style. -
This post is deleted!