Qt Framework

96 readers
5 users here now

A community for the Qt software for creating GUIs and cross platform applications. https://www.qt.io/

founded 1 year ago
MODERATORS
1
2
3
4
 
 

Qt Extensions 1.4.0 for VS Code released with bug fixes, new project/file creation commands, and preparatory work for QML debugging.

5
6
7
8
9
 
 

cross-posted from: https://lemmy.ml/post/23568383

KDE Frameworks are 72 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks release announcement.

10
11
 
 

I've been trying to style my Qt apps since I discovered the old Motif-look Style Plugin still exists; maybe I can have software not made in 1994 that looks like it was!

In the process, I noticed an odd behaviour.

I set up QT_QPA_PLATFORMTHEME=qt5ct so I could use qt5ct to do the basic configuration.

If I set the "general" font as bold, and the "fixed width" value as non-bold, when I reload qt5ct, it's switched to bold. This can also be seen in other Qt programs.

If I manually force the issue by editing qt5ct.conf, manually setting up a block like this, the bold fixed-width font still shows

[Fonts]

fixed="Go Mono,11,-1,5,75,0,0,0,0,0,Regular"

general="Helvetica,11,-1,5,75,0,0,0,0,0,Bold"

I thought this might be some weirdness due to the specific fonts I chose, but swapping in "Liberation Sans" and "Courier 10 Pitch" produce the same situation.

The only way I can have my fixed-width font be "regular" is to also leave the general font as "regular". This is not a connection I expected.

Is this a known issue? Is there a workaround?

12
13
14
5
submitted 9 months ago by mac to c/qtframework
15
16
4
submitted 10 months ago by mac to c/qtframework
17
18
19
9
submitted 11 months ago by mac to c/qtframework
 
 
20
21
22
23
3
submitted 1 year ago by mac to c/qtframework
24
7
Qt 6.7 Released (www.qt.io)
submitted 1 year ago by mac to c/qtframework
25
 
 

From the Qt World Summit 2021, but it mentions cool things like avoiding unqualified access, string interpolation, interaction signals and object names.

Not sure about ?? and ?. though...

view more: next โ€บ