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

thebitstick
thebitstick commented May 1, 2020

Getting this weird error everytime I use cool-retro-term.

$ user@host ~ ❱ ✔ ≻ cool-retro-term
WARNING: CPU random generator seem to be failing, disable hardware random number generation
WARNING: RDRND generated: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
$ user@host ~
heinezen
heinezen commented May 4, 2020

The new converter (#1151) uses member objects to operate on data from the .dat files. While these provide the necessary functions for conversion, they are also significantly larger than the original dat file entries (20x - 400x the size). This results in a comparatively high memory usage, especially for DE2 which uses ~1.6 GB of memory for all dat file entries. Note that the converter does not

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 Apr 7, 2020

qutebrowser still uses enum.Enum() as function in some places:

scripts/dev/check_coverage.py
49:MsgType = enum.Enum('MsgType', 'insufficient_coverage, perfect_file')

tests/unit/api/test_cmdutils.py
272:    Enum = enum.Enum('Test', ['x', 'y'])

tests/unit/utils/test_utils.py
563:        e = enum.Enum('Foo', 'bar, baz')

tests/unit/commands/test_argparser.py
31:Enum = enum.Enum(
urh
BSAsecure
BSAsecure commented Feb 12, 2020
Expected Behavior

Better control over GAIN for LimeSDR device (not mini).
Please use example of the SDR Console Gain Control.

Actual Behavior

Signal really weak on the low frequencies even if GAIN is maximized.

Steps To Reproduce
  1. Go to URH
  2. Click on Spectrum Analyzer
  3. Refresh device, select sampling rate to 2.5M and Gain to above middle point (also tested maxim
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
PySimpleGUI
pranjalya-singh
pranjalya-singh commented May 2, 2020

Enhancement

This is just a naming suggestion for better understanding of the code. In the DrawText function of the Graph element, it would make more sense for the argument text_location to be renamed as the location_on_text as the value of the argument actually signifies the location of the point on the text.

FirasH
FirasH commented Jul 22, 2019

Your Setup:

  • Olive version: Olive (April 2019 | Alpha | 1e3cf533)
  • Source: website
  • Operating system: Windows 10 Pro 64-bit
  • CPU: Intel Core i5-4278U
  • RAM: 16GB
  • GPU: Intel Iris Graphics 5100

Describe the Bug
Deleting a single keyframe requires to disable and then enale again keyframes.

To Reproduce
Steps to reproduce the behavior:

  1. Start Olive and import a Video
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
ryanlovett
ryanlovett commented Mar 23, 2018

First, thanks very much for this awesome app. I just got it working on an rpi2 last night.

When I press Android Auto's bottom right button on the head unit in my car, a button appears that says something like "Return to Pioneer". This makes AA go away when I press it so that I can operate the other features of the head unit.

When I press the same button in openauto, a button appears that say

Antiheavy
Antiheavy commented Apr 12, 2020

Problem:
If you try to save a preset with a dis-allowed character (e.g. "map 25/25") the preset fails to save and there is no feedback to the user.
We've heard about this causing confusion with a bunch of users already (seems everyone wants to use a special character, probably a "/" in many cases).

Request:
Warn the user when saving Preset names with special characters is not allowed

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.