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
769 views
1 answer
    I am trying to get hold of the values these variables contain but I couldn't find any informations about them ... are these variables defined ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
759 views
1 answer
    I upload a file from a location, then the next upload has to point the last uploaded location. How can I accomplish thus using QSettings? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
774 views
1 answer
    I have a container widget. It's size policies are "Fixed" (both vertical and horizontal). it has ... and not respecting its constraints? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
728 views
1 answer
    I try to add cells to my GridLayout by using a Repeater. My data is stored in a model and containing two properties per ... --------------+ See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
592 views
1 answer
    From the docs: The default renderer does not do any CPU-side viewport clipping nor occlusion detection. If ... for full-scene redraws. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I want to launch a shell script with Qt. QProcess process; process.start(commandLine, QStringList() << confFile); ... time. What is the problem? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
600 views
1 answer
    Where are the signals itemChecked and itemUncheсked on the QTreeWidget? Qt Signals: (quote from PyQt4 QTreeWidget ... I'm doing wrong? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
733 views
1 answer
    I use GCC -Weffc++ option in my Qt project. To suppress warnings from Qt headers i add QMAKE_CXXFLAGS += -isystem ... there a way to fix this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
794 views
1 answer
    I'm developing a Blackberry 10 mobile application using the BB Native SDK. I need to call a QML function into my C++ ... .lon = lon; ... } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
743 views
1 answer
    I'm trying to install PyQt5 on my Ubuntu 12.04 box. So after downloading it from here I untarred it, ran ... the relevant Python.h file be? 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 string id of an object I need to find in QML tree. For example: var idToFind = " ... for some other dynamically created controls. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
872 views
1 answer
    I am trying to use Qt creator on Windows, and when I try to Start Debugging, it says "No debbuger set up". How do I configure it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
907 views
1 answer
    In my Qt 5.7.1 application I've some buttons, I want to align button's icons to left and centre text, ... aligned center? Thank you for help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
973 views
1 answer
    As far as I can see the .qml files can be used to define the UI, which seems to override whatever is written ... I'm using Qt5 with Qt Creator. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
833 views
1 answer
    I am using the constructor QWidget(QWidget *parent). This parent widget contains a lot of child widgets. I need to ... . How can I do this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
755 views
1 answer
    I have a string id of an object I need to find in QML tree. For example: var idToFind = " ... for some other dynamically created controls. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
738 views
1 answer
    I am trying to use Qt creator on Windows, and when I try to Start Debugging, it says "No debbuger set up". How do I configure it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
908 views
1 answer
    In my Qt 5.7.1 application I've some buttons, I want to align button's icons to left and centre text, ... aligned center? Thank you for help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
743 views
1 answer
    As far as I can see the .qml files can be used to define the UI, which seems to override whatever is written ... I'm using Qt5 with Qt Creator. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
678 views
1 answer
    I am using the constructor QWidget(QWidget *parent). This parent widget contains a lot of child widgets. I need to ... . How can I do this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
517 views
1 answer
    I have a ListModel and a DelegateModel, a ListView and 3 Buttons. The DelegateModel has one Group: myGroup With ... want to, unless necessary. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
692 views
1 answer
    I'm writing Remote Desktop clone in C++ using QT. So far I'm able to move the mouse cursor around ... mouse button has been clicked? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
784 views
1 answer
    I included PREFIX = /usr/local inside my project file and then I run qmake myproject.pro The makefile doesn' ... something wrong. Any ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I want to intercept Tab key press in my main window to prevent Qt from switching focus. Here's what I've tried ... How to achieve what I want? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
776 views
1 answer
    I have an issue with a simple program. I'm opening a QFileDialog this way: QFileDialog fileDialog(this); fileDialog. ... ) plz tell me. Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
874 views
1 answer
    Is there any function or something like that by which I can create totally random strings or numbers? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
707 views
1 answer
    How can I specify a unicode character by code (such as "4FF0") using QString? I tried QString s("u4FF0"); ... s = QString::fromStdWString(str)); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I want to use switch-case in my program but the compiler gives me this error: switch expression of type 'QString' ... break ; } return flag ; } 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

...