Qt
Qt is a cross-platform application framework used for developing gui applications that can run on various hardware and software platforms, including Linux, macOS, iOS, Windows, and Blackberry. Qt is available with both proprietary and open source licenses.
Here are 5,437 public repositories matching this topic...
As discussed in #21874, there aren't reprs on the locators and formatters. Reprs of the form where eval(repr) = call, something like
eval('AutoDateLocator(maxticks=8)') = AutoDateLocator(maxticks)would mean reprs could be used in the documentation examples, which would help keep the labels in sync. This is useful for the new example #21874 &
Required skills: Python
Difficulty: Easy
For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:
INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
Type of Issues (Enhancement, Error, Bug, Question)
Bug:
- Initialize Window
- Show it (
window.Read()) - Run
window.Disable() - The whole desktop environment freezes, nothing is clickable anymore
- Change to tty terminal and kill application
- Things are normal again
Operating System
Ubuntu 16.04 LTS 64 bit
Python version
Python 3.5.2
PySi
-
Updated
Jan 7, 2021 - Go
The Terrain Brush can fill full tiles by holding Control. It is mentioned in the manual, but it would be nice if this feature was easier to discover. Also some people may want this mode to be the default, so that they don't have to hold Control all the time.
I'd suggest we add a toggle button, or two buttons to switch between, to the toolbar for the Terrain Brush. It should allow changing the c
A common protocol structure is to have a header containing a length field, followed by data of length bytes, followed by additional protocol fields such as a CRC. If the length field is variable, the position of subsequent URH-specified protocol fields defined by fixed position will not be in the correct location.
I do not know the best way to address this, but quick and easy way to support
-
Updated
Dec 12, 2021 - Python
-
Updated
Dec 11, 2021 - C++
-
Updated
Dec 11, 2021 - Python
Task description
We would like to implement one additional beam group setting: beam end, which will cause the selected note to form the last note in a beamed group of notes.
Here is the design spec:
UX-Spec_end-beam-group-setting_V.1.pdf
And the link to the design file in Figma: https:/
-
Updated
Nov 5, 2021 - TypeScript
-
Updated
Dec 11, 2021 - C++
MGLTilePyramidOfflineRegion should have a countOfTiles method that returns the number of tiles included in the tile pyramid. The implementation would rely on the mbgl::util::tileCount() function added in #9906.
This is the iOS/macOS equivalent to #11108 for Android. It would serve as a built-in alternative to mapbox/turf-swift#47 for applications already using the map SDK, including applica
For classes declared with struct, forward declarations should also use struct. Currently, only struct Message violates this in a few header files (2 or so?).
-
Updated
Dec 12, 2021 - C++
-
Updated
Dec 11, 2021 - Python
Video problems
I have analyzed video problems and below is the summary. All tested with examples/http_server.py from the pywebview-3 branch.
Windows
- CEF / MSHTML / EdgeHTML. No problems with either. CEF supports only WebM and Ogg out of the box (MP4 not supported).
Cocoa
- Only video frame is displayed, video not playing. Youtube works fine. There are a bunch of flags related to media in WKWeb
-
Updated
May 4, 2021 - TypeScript
-
Updated
Dec 10, 2021 - C++
- Parser::parse: more complex examples, errors detecting
- Lexer::detokenize
- utils_sql (for splitQueries() check the CREATE TRIGGER)
- utils
- SelectResolver
- SchemaResolver
-
Updated
Oct 3, 2020 - C++


A very small enhancement IMO and this is more of a pet peeve of mine but I'd really like a nicer looking arrow tool, particularly a curved back to the arrow as it looks a bit more "professional".
For example, here's how ShareX's arrow tool looks:
Flameshot's for comparison:
!