The Wayback Machine - https://web.archive.org/web/20200220180406/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 3,689 public repositories matching this topic...

csreegn
csreegn commented Jul 16, 2019

I am using v1.1.1 with MacBook Pro 2018 and an external second display that is not HiDPI.

cool-retro-term looks great on the laptop retina display, but when I open it on the non-hdpi display it's a mess.

On the HiDPI retina display it looks like this:
Screenshot 2019-07-16 at 9 55 38

simonsan
simonsan commented Nov 2, 2019

Right now we give the following information (e.g.):

openage v0.4.0-69-g9412facd
opengl
MSVC 19.16.27032.1 [/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MP]
Cython 0.29.14

For future debugging on the user side we could give more information:

  • OpenGL version number
  • nyan-lib version number
  • libc
  • sdl-version
  • Qt-version
  • maybe even opus-codec version

In addition:
jj quote:

leibnewton
leibnewton commented Aug 17, 2018

What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?

Version: X34.1
Build Qt Version: Based on Qt 5.9.5 (32 bit)

What version of Go are you using (go version)?

go version go1.10.2 windows/386

What operating system and processor architecture are you using(go env)?

set GOARCH=386
set GOHOSTARCH=386
set GOHOSTOS=windows
set GOOS=windows

qutebrowser
The-Compiler
The-Compiler commented Feb 10, 2020

Currently, the FullscreenNotification hide timeout is hardcoded to 3s (in webenginetab.py which creates the object).

Instead, it should be configurable, including a value (probably 0 or -1 or None, depending on how other settings do this) to not show it at all.

Also, it might be good to rename content.windowed_fullscreen to content.fullscreen.window if we name this something like `co

amagura
amagura commented Oct 2, 2019

Flameshot version
0.6.0

Describe the bug
Tray icon can be duplicated infinitely

To Reproduce

  1. Right click on the tray icon and select configuration.
  2. Select the general tab
  3. Repeatedly click on Show Tray Icon; for each click that checks the box, an additional tray icon will appear.

Expected behavior
Unchecking the Show Tray Icon should remove/hide the icon

blncd
blncd commented Jan 3, 2020
  1. Example graphics for UI elements would provide a better overview.

  2. The documentation would be clearer if the methods of the classes were divided into different "categories" as in the Qt documentation:

  • methods of the respective class
  • slots
  • signals / events
  • inherited methods / properties from other classes
  1. An overview that shows which of the respective properties, method
friedbunny
friedbunny commented May 15, 2019

Tools like apidiff exist to analyze frameworks and produce diffs of their APIs. We should apply this sort of tool in (at least) two ways:

1. Per pull request

Pull requests that change or add public API could have this information surfaced as a bot comment or GitHub check. This would help us identify subtle changes to public API that could be b

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
virtualritz
virtualritz commented May 30, 2015

Menu items do not follow platform capitalization rules.

On both Darwin, Windows and most *Nix desktops, some simple rules apply:

  • English Headline Capitalization
  • The last word is always Capitalized (e.g 'Check for Updates')
  • If an item requires further input before the app can perform an action this must be indicated with an ellipsis character (…) at the end (e.g Save As…)

The whole 'Add' me

bug
fa201
fa201 commented Jan 10, 2020

At start-up, show a window introducing a tip with a link to RtD documentation in order to encourage the user to discover and read the documentation.

There can be a list of interesting links for functions less known and possibly some links to Dokuwiki for how-tos or FAQ. Random function would pick up one tip among the list.

Offer the option to skip this window in the Application Preference or

oktomus
oktomus commented Dec 28, 2019

We recently added printable settings on texture store (8d949848e376a8e93fb516dcaabdb7f7dfe88b2b). These settings are printed when the store is created. Thanks to this, we noticed a bug in appleseed.studio: each time the user wants to pick a material or an object, a new TextureStore is created.

The reason is that a ScenePicker is instantiated each time we call pick().

Because the pic

rmackay9
rmackay9 commented Sep 13, 2019

ArduPilot Copter and Rover have a Follow flight mode which is implemented on the flight controller. There are pros and cons of implementing the logic in the vehicles vs the ground station but in any case, this enhancement request is to make use of the flight controller based Follow mode for regular "FollowMe" where the vehicle follows the pers

dpizetta
dpizetta commented May 5, 2019
  • Add API docs, added with d1fca58cbd068cd3d6a55082c5bdab7be55f5de7
  • Connect to RTD to generate docs
  • Add known issues for issues that cannot be solved with stylesheet
  • Generate apidocs online using tox/travis;
  • Add screenshots generation when generating apidocs;
  • [x] Change all docs to RST format instead of MD (more feature as tables andcompatible with Sphinx)

ixpress
ixpress commented Jun 25, 2019

This maybe a feature request, I use Snipaste Mac version:
I need to change the background color of the text(or fill the back ground with color), so that it's clear, not be mixed with the background together.
Check the image for detail:
Hardly to see:
<img width="722" alt="Snipaste_2019-06-25_11-46-52" src="https://user-images.githubusercontent.com/1673857/60068594-017b3c00-9742-11e9-9bf5-17ebc

skel35
skel35 commented Oct 31, 2019

💻 Environment

Platform: Windows

📒 Description

Implement the scrollbar based on the new design update.

image

width=2px, rectangular, color=#ff2d55 (Toggl.SecondaryAccentColor), no buttons on the top/bottom

Suggested implementation details:
Create a ResourceDictionary fil

Created by Haavard Nord, Eirik Chambe-Eng

Released May 20 1995

Organization
qt
Website
www.qt.io
Wikipedia
Wikipedia

Related Topics

cpp
You can’t perform that action at this time.