The Wayback Machine - https://web.archive.org/web/20210819123024/https://github.com/topics/qt
Skip to content
#

Qt

qt logo

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,121 public repositories matching this topic...

astromancer
astromancer commented Aug 4, 2021

Bug summary

Figures saved via the savefig method are not saved relative to the rcParams['savefig.directory'] path. Looking at the source code, it seems that this path is only prepended to the filename if the save request came via the interactive toolbar. Not sure if this is done intentionally, but it seems to me that the savefig.directory should always be respected.

In the exampl

JKleinne
JKleinne commented Jul 24, 2021

There's a potential for privacy-related incidents such as hitting "Enter" when opening flameshot from the toolbar. This action captures the screen but subsequently uploads it to imgur, even if it was not the user's intention.

There should be a confirmation required from the user before any upload takes place. For some reason, the upload stemming from this action (flameshot toolbar icon ->

UliAbo
UliAbo commented Jun 30, 2021

Goal:

  • Make level designing with Objects more natural by changing the order of placement and rotation / flipping Objects.

AsIs:

  1. Select Object from Tileset.
  2. MouseCursor turns into a "GhostPreview" showing the selected Object in a half-transparent way.
  3. Place Object in the Map by pressing LMB.
  4. Optional: Rotate / flip placed Object. (This feels inconvenient because when the
urh
jacobagilbert
jacobagilbert commented Sep 18, 2020

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

PySimpleGUI
klieret
klieret commented May 28, 2019

Type of Issues (Enhancement, Error, Bug, Question)

Bug:

  1. Initialize Window
  2. Show it (window.Read())
  3. Run window.Disable()
  4. The whole desktop environment freezes, nothing is clickable anymore
  5. Change to tty terminal and kill application
  6. Things are normal again

Operating System

Ubuntu 16.04 LTS 64 bit

Python version

Python 3.5.2

PySi

vshalkevich
vshalkevich commented Mar 6, 2021

Describe the bug
Play Panel icon "Toggle loop playback" size is 34x34

To Reproduce
Steps to reproduce the behavior:

  1. Create a score
  2. Observe "Toggle loop playback" size on Play Panel

Expected behavior
Play Panel icon "Toggle loop playback" size should be 32x32

Screenshots

![image (2)](https://user-images.githubusercontent.com/71372310/110196548-44b60980-7e56-

1ec5
1ec5 commented Mar 22, 2018

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

r0x0r
r0x0r commented Jun 22, 2019

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

Created by Haavard Nord, Eirik Chambe-Eng

Released May 20 1995

Organization
qt
Website
www.qt.io
Wikipedia
Wikipedia

Related Topics

cpp