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
748 views
1 answer
    I have a class in Qt that inherits QDockWidget. And that class contains another widget. Is there any possibility ... inherited class. Thank you See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
843 views
1 answer
    I am working in Qt 5 and struggling with a multipart upload. My script is as close to the docs as possible: QUrl ... log. How can I debug this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
610 views
1 answer
    In compiling qt I found that there is a qws target called arm-linux-gcc. I looked around a bit but unable to ... out to install "arm-linux-gcc" See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
708 views
1 answer
    I have a QListView, that has a QSqlQueryModel set as its model. How can I use a QStyledItemDelegate in order to customise ... ); [...] } Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
927 views
1 answer
    In my application, I want to disable some items (i.e. not selectable, no highlights when mouse hovering above, and the ... ); return a.exec(); } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
807 views
1 answer
    How can I remove the column with index numbers in QTableWidget ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
830 views
1 answer
    I have a custom QGraphicsItem with a QToolTip. When hovering with the mouse on them the tool tip shows fine, ... tool tip will show immediately? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
731 views
1 answer
    I am playing audio with the QMediaPlayer and want to visualize the audio levels (for example like in this ... that can accomplish this? thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
909 views
1 answer
    I'm trying to use the QML-material library in a Qt Quick Application. But when I try to use the import code ... to use qmldir in qrc file? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
504 views
1 answer
    Can anyone recommend a how-to guide or provide a brief overview of what's involved with integrating OpenCV with larger ... ); this->updateGL(); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
519 views
1 answer
    Can anyone recommend a how-to guide or provide a brief overview of what's involved with integrating OpenCV with larger ... ); this->updateGL(); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
512 views
1 answer
    Can anyone recommend a how-to guide or provide a brief overview of what's involved with integrating OpenCV with larger ... ); this->updateGL(); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
493 views
1 answer
    Can anyone recommend a how-to guide or provide a brief overview of what's involved with integrating OpenCV with larger ... ); this->updateGL(); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
652 views
1 answer
    I am playing audio with the QMediaPlayer and want to visualize the audio levels (for example like in this ... that can accomplish this? thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
954 views
1 answer
    I'm trying to use the QML-material library in a Qt Quick Application. But when I try to use the import code ... to use qmldir in qrc file? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
559 views
1 answer
    Can anyone recommend a how-to guide or provide a brief overview of what's involved with integrating OpenCV with larger ... ); this->updateGL(); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
769 views
1 answer
    I have a QObject that has multiple slots connected to one of its signals. Is there an order in which of ... called when the signal is emitted? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
633 views
1 answer
    I'm studying WidgetMarqueeLabel class: #include "WidgetMarqueeLabel.h" #include <QPainter> #include <QWidget> ... Is this possible? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
754 views
1 answer
    I'm trying to learn more about QtQuick and QML. My current goal is to understand how to bind data from a ... > view text: testMessage.message } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
877 views
1 answer
    In this documentation (under section "Specifying a Custom Executable to Run") I noticed that there is mention ... limited to variables? Thanks! 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 Qt desktop application in c++ with Qt Creator. I declared in my main window a treeView, and ... nothing :( thanks in advance! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
910 views
1 answer
    I am trying to print a report from within my application, which involves both text and tables. Since ... function using QWebEngineView please? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
688 views
1 answer
    QFileDialog is used in my code like following: QFileDialog fileDlg; fileDlg.setFileMode(QFileDialog::AnyFile); ... strings to QFileDialog? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
753 views
1 answer
    I just want to display elements from list using QML, but not using item roles. For ex. I want to call ... find nothing clear reffering to this. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
767 views
1 answer
    Is there a way to make a QTreeWidget mirror the changes made to an internal data structure such as dictionary? ... data structres like this yet. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
692 views
1 answer
    I'm working on a project using C++, Boost, and Qt. I understand how to compress single files and ... to anyone looking down this path. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to use an QAbstractListModel derived model in QML. Binding the model to views already works great. The ... derived model. Any hints? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    In Qt, When I add widgets to my layout, they are vertically centered by default. Is there a way to ... instead of centering them vertically? 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

...