Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged Qt

0 votes
754 views
1 answer
    I want to save a QList<int> to my QSettings without looping through it. I know that I could use writeArray ... on deleting the pointer .. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
508 views
1 answer
    It's not the first time I am getting the RuntimeError: underlying C/C++ object has been deleted. I've ... test if the underlying object exists? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
735 views
1 answer
    Is there a way to send command line arguments to a program being debugged in QtCreator? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
732 views
1 answer
    i tried a few IDEs on linux to develop driver in C. QtCreator suits best for me. I need the IDE just ... for a struct? regards camelord. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I am trying to convert python opencv image to QPixmap. I follow the instruction shows Page Link and my code ... problem is. Could anyone help? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
837 views
1 answer
    I'm writing a small qt app suite that consists of a set of small programs that work on the same set of ... my "situation". Help appreciated, jrh See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
557 views
1 answer
    After reading some tutorials I came to the conclusion that one should always use pointers for objects. But I ... When should I use pointers? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
472 views
1 answer
    I'm a bit lost when it comes to structuring my project(s). I try to structure things in ways that ... do sailqt.gui.generate_gui.generate()? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
707 views
1 answer
    I have a project that links to a number of shared libraries. Lets say project A depends on projects B and ... dependencies in my project file? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
607 views
1 answer
    For some reason running this code only toggles the color blue, when its supposed to toggle each one of the colors ... ) sys.exit(app.exec_()) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have created a UI using Qt Designer which has a simple line input and a push button. I tried getting the input ... "Program", "Submit", None)) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
880 views
1 answer
    I have qml Windows application. When run it in debug mode, everything is ok. When I make build and run it from C: ... start... Can you help me? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
995 views
1 answer
    I have a QListWidget and a QPushButton that clears the QListWidget. Right now my button is next to the QListWidget ... a better idea than this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
684 views
1 answer
    Background I've been struggling with decrypting an apparently well-formed cipher text for about a day. Assume we've ... s just driving me crazy. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
841 views
1 answer
    I have a polymorphic (as in arbitrary roles) QObject model that is mostly instantiated declaratively from QML, as ... does for return values. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
809 views
1 answer
    The application GUI I working requires a combo box for user to select item. When the application starts, the combo ... -prop. Thank in advance! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
636 views
1 answer
    What is the best way to exit out of a loop as close to 30ms as possible in C++. Polling boost:microsec_clock ... 'd like to update the viewport. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
436 views
1 answer
    I have a graphical application written in Qt for embedded linux. Part of this application is to update a display ... This is the error code. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
810 views
1 answer
    I am working on a PyQt5 project, but would be happy to read C++/Qt answer as well, because C++ ... myWindowHeight to increase, which is bad. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
520 views
1 answer
    Can someone help me understand what are the problems in running multiple QApplications on Qt for Embedded Linux? ... provide pointers on it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
487 views
1 answer
    I have an event filter and I noticed when I click to expand/collapse a tree branch I get QEvent::MetaCall. ... is this event typically used for? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
615 views
1 answer
    Does anyone know how to remove this spacing? Those lines below reduce them but not completely remove. margins ... .printChannelId() } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.9k views
1 answer
    I want to overlay two widgets in QtDesigner: There is the big QTextBrowser, and below in the down right corner should ... is not what I want: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have a ColumnLayout, which has its anchor set to anchor.fill: parent, therefore it has already a set dimension ... to avoid this if possible. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I have a QTableView in a PyQt application, and I want to keep track of when the selection changes. I've ... Am I doing something silly here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have a QGLWidget, which I want to resize to a given resolution (bigger than the containing window). My ... together with a group box. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
689 views
1 answer
    Sometimes my application crashes in QWidget::update() that is performing in non-GUI thread. I am developing an ... on Windows 7 and Linux. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
599 views
1 answer
    The document said we cannot have the same ID in one file. That means we can have the same id in different ... But how can i differentiate them. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...