Qt Framework

67 readers
1 users here now

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

founded 6 months ago
MODERATORS
1
2
3
4
5
6
7
8
 
 
9
10
11
12
13
14
 
 

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...

15
 
 
  • Granularity Filters
  • Aggregate Functions Filters
  • Line Meter View
  • New Average Funnel Completion Time
  • New UI Look and Feel
  • Usability and Analytics Query Fixes
16
17
 
 

Cool stuff:

Qt 6.7 introduces convenience improvements for implementing typical RESTful/HTTP client applications. The goal was/is to reduce the repeating networking boilerplate code by up to 40% by addressing the small but systematically repeating needs in a more convenient way.

These include a new QHttpHeaders class for representing HTTP headers, QNetworkRequestFactory for creating API-specific requests, QRestAccessManager class for addressing small but often-repeating pieces of code, and QRestReply class for extracting the data from replies and checking for errors. QNetworkRequestFactory, QRestAccessManager, and QRestReply are released as Technical Previews in Qt 6.7.

18
19
20
21
22
23
24
25
view more: next โ€บ