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

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

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
examples
keithholt
keithholt commented Sep 12, 2019

Why is there zero documentation on how to configure after installation? I have a USRP B200 and I suppose there is some place I need to specify that such as in the Settings dialog user device. However, there is no hint as to how to do this. Entering obvious strings like 'b200' or 'USRP' doesn't do it. A couple sentences added to the readme file would go a long way to making this actually do som

jordens
jordens commented Jan 20, 2020

Add register level interface for the ADF5355 family on mirny to allow PLL setup and tuning.
Algorithms to choose PLL parameters.

Similar to the register abstraction in the older PLL driver in ptb-drivers: https://github.com/quartiq/ptb-drivers/blob/master/ptb/adf4350.py

Useful: https://github.com/airwoodix/regdesc

Context:

  • original mirny issue: #1130
  • mirny infrastructure PR: #
brownnrl
brownnrl commented Jan 15, 2019

I had another stack trace on opening a different document. I didn't capture the stack trace reported at the time, so I tried opening up a sample document, and this stack occurred. I think I saw in the commits that you were removing example documents, so I don't know how much time this is worth investing. But I've seen this error arise on importing transactions and I think it was similar to a st

jaroet
jaroet commented May 15, 2017

I like treenote a lot. Was looking for a self-hosted workflowy like tool ... treenote gives me that. I understand that you are not available till september... but new feature wishes are always good ...right :-)

Adding reminders and one-row items for yourself is good but sometimes you want to add details to a row without generating a hierarchy beneath this row. I would like to see an option to o

mdickinson
mdickinson commented Jul 16, 2019

The autogenerated API documentation for Pyface is missing a number of key details because some (many? all?) of its traits are documented with a regular # comment instead of a #: traits doc-comment that can be picked up by the trait documenter. It would be nice to fix that.

The particular instance that I ran into was trying to refer to IEditor.obj from 3rd party documentation (via intersph

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.