qt5.3 Questions

3

I have built up a QMenu MainMenu on top of my MainWindow in my application. As everybody is used to it, I have following QMenu Main menus: File - Edit - SuperHeavyExpertMenus - Settings - Help ...
Salep asked 3/9, 2015 at 12:30

1

I'm trying to compile some qml on a Raspberry pi 3 running Raspbian-Jessie using qt5 (5.3.2). I managed to run some simple stuff but now I need to use QtQuick.Controls so I added import QtQuick.Con...
Lowdown asked 9/1, 2017 at 15:56

3

I'm a fan of Qt and update it frequently, Qt5.1->5.2->5.3. However, the tranalations of Standard buttons like "Ok" "Cancel" "Save" do not work anymore in Qt5.3. They are not translated, but just p...
Highcolored asked 15/9, 2014 at 14:13

1

I need to hide The QML Window when opening the another QML Window while clicking the button,I use Loader to open the another QML Window and its only hide the QML form components not QML Window,but ...
Insole asked 16/5, 2015 at 4:16

1

Solved

I'm working on a Qt (5.3) desktop application (C++ core with a QML ui) whose main window is an ApplicationWindow and that at some point launches Dialogs. Since there are differences in the use of d...
Zo asked 19/5, 2014 at 5:18

1

Solved

I have created a simple program that reproduces the problem. When I lock the phone, or if I switch to another application in my android phone, the worker thread continues printing, but the event lo...
Passifloraceous asked 13/12, 2014 at 21:24

2

I'm going crazy. I have a ListView inside a ScrollView, hooked up to a model that inherits QAbstractListModel. When objects are added to the model, the ListView shows them using a delegate. So far,...
Diuretic asked 12/9, 2014 at 19:22

2

Solved

I'm trying to paste emoji's in the QT QTextEdit box but it's not getting recognized and it's showing as ??? or [][] I'm not talking about smiley, I'm talking about emoji. How can I go about makin...
Giuseppinagiustina asked 8/9, 2014 at 15:39

1

Solved

I have already tried to use disabled and !enabled but it doesn't work. Here is my QSS code : QPushButton { background-color:#44c767; border-radius:5px; border:1px solid #18ab29; color:#ffffff;...
Tripartite asked 5/8, 2014 at 13:7
1

© 2022 - 2024 — McMap. All rights reserved.