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
481 views
1 answer
    I am trying to create a scrollbar in QtQuick 2.0, I found that Scrollbar component is available in QtQuick 1.0 ... Any help? Thanks in advance. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
618 views
1 answer
    Case 1: Create subclass of QWidget with Q_OBJECT and set stylesheet -- no effect. Case 2: Create subclass of QWidget ... work in the case 1? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
850 views
1 answer
    I want to write a simple desktop application on Ubuntu and I thought that an easy way was to use Qt with QML ... QtQuick way of doing things... See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
723 views
1 answer
    I'm working with the Azure REST API and they are using this to create the request body for table storage: ... for this, or possibly Qt? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
479 views
1 answer
    How to tell QWebPage not to load specific type of resources like js, css or png? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
533 views
1 answer
    I'm trying to make a little program with Qt. I have a main.cpp with the following code: #include <QtGui/ ... So what did I do wrong? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
903 views
1 answer
    As a follow up of Qt load indicator by animated image (aka preloader) or alternative? I try to paint inside a ... be the root cause, but why? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
803 views
1 answer
    I am trying to get drag&drop to work between two QListViews using a custom QStandardItem. I can't find the ... drop? Thanks in advance, frank See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Is there any way to do an accent-insensitive LIKE query in SQLite? For example, this query: SELECT * FROM ... if it makes any difference. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
892 views
1 answer
    I am trying to apply some styles to a new qt 5.7 application I am working on and the following is not working ... here it seems to just work. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm trying to change the background color of a QAbstractButton (either a QPushButton or QCheckBox) in Qt5 and having ... the face of the button. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
632 views
1 answer
    I have an escape sequences in a text, like char const * text = "e[1;33m" "some colored text" "e[0m"; ... and how to hide they from the output. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
740 views
1 answer
    I cannot find a way to set the text alignment in a QTabWidget. After I've created an instance of this ... tabSizeHint and it works well :) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
909 views
1 answer
    I have a qmake file generated by Qt creator. I am modifying it but I do not manage to understand how to ... to declare such a variable properly? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
639 views
1 answer
    Let's say we have the follogin UI: +--------------------------+ |W1 +--------------+ ... have W3 itself connect to it using its own slot. Thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
701 views
1 answer
    1)I want to get the name of the folder for a folder monitoring Application.. Is there a way that i can ... folder to prevent showing it up.. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
664 views
1 answer
    I have a problem with reading file, specific is I want to make a small dictionary. In file which I need to read ... faster. What I have to do? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
872 views
1 answer
    There are several questions on SO regarding how to create a pre-build step for qmake, I can do that with this ... being much slower of course). See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
576 views
1 answer
    Problem I have a set of client machines that are a part of an enterprise web application. Each machine runs ... first steps to approach that? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
663 views
1 answer
    I'm writing a Qt application that needs to run on high-dpi Windows (192dpi instead of 96dpi). Unfortunately the ... of such apps by Windows? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I would like to have one column in QTableWidget NOT editable. In forums I have read a lot about some flags but could not manage to implement. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
773 views
1 answer
    How do I set an application's taskbar icon in PyQt4? I have tried setWindowIcon, and it successfully sets the ... ico and png. Nothing helps. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
729 views
1 answer
    I'm starting to learn Qt. I'm moving from the Visual Studio world and I am looking for a way to ... tutorial other than the official one? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
723 views
1 answer
    Why does this program run normally and display the main window? I would expect it to exit since quit() is called ... qDebug("Hello world!"); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
771 views
1 answer
    How do I add a define with qmake WITH a value: For example, this does not work (as I expected) in my ... way by compilation or include order? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm writing a PyQt application and am having some trouble creating a custom list view. I'd like the list ... more than painting a widget. See Question&Answers more detail:os...
asked Oct 17, 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

...