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
1.6k views
1 answer
    I'm trying to create a Dialog in Qt which loads a URL (which I do not want to expose to the end-user, ... How do I do this with QWebEngineView? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
658 views
1 answer
    I'm looking for a basic code samples of how to upload files to server with HTTP POST method on Qt. My task: I ... / delete file; file = 0; } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I need to pass structures between cpp and QML. If i use property i should create an individual set ... as below: Q_DECLARE_METATYPE(MyStruct) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
810 views
1 answer
    I'd like to make QPushButton word wrap and expand it's height instead of expanding width. How can I do that? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
716 views
1 answer
    I am creating a Table using the new qml tableview (Qt 5.12). I am able to create a model in C++ and ... init") tbl.delegate= datacell } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have a list of dictionaries: globalParams = [{'attr':'enabled','ctrl':'checkBoxEnabled','type': ... ('checkBoxEnabled').checkState() See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
885 views
1 answer
    I've written a function that must draw a filled up black circle on my graphicsscene. The function draws a black ... (item); } kind regards, See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
877 views
1 answer
    I'd like to have a "new tab" button much like Chrome or Firefox has for my QMdiArea. I can make a ... with a QTabWidget with such a button. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
589 views
1 answer
    This question is already asked in this forum but I don't understand the concept. I was reading around and it ... signal. Thanks for your time See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
967 views
1 answer
    I have a QScrollArea Widget, which starts empty; It has a vertical layout, with a QGridLayout, and a ... and remove from the QGridLayout? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Is it possible to adjust QListWidget height and width to it's content? sizeHint() always returns 256, 192 no matter ... ) sys.exit(app.exec_()) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
960 views
1 answer
    For example, we have a QLabel with MaximumWidth set to 400. When we try to display some text with pixel ... using QFontMetrics or the like? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
578 views
1 answer
    I want to implement a scrolling animation for QML ListView. Here is a sample image: Can anybody advise me for implementing this? Thank you. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
767 views
1 answer
    I have a makefile project. I know that in Eclipse CDT is possible to load makefile project. Is it possibile to load it in qtcreator? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
741 views
1 answer
    Here's a print screen of my software: As you can see, the first QTableVIew headers do not take 100% of the ... of the width of the QTableView? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
746 views
1 answer
    Recently we have been migrating our QT based application on Windows from QT 4.8 to QT 5, and we have ... missing library dependencies at all. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
566 views
1 answer
    Background: I am comming from the Java world and I am fairly new to C++ or Qt. In order to play with ... idea of the origin of the problem? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I would like to know if it's possible to use (several) different delegates for a QML ListView. Depending ... appreciate any advice! Thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
386 views
1 answer
    The question is just done for educational purpose: Does the use of 30-50 or more pairs of signals and ... , runtime or response times? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
736 views
1 answer
    class StyleClass : public QObject { public: typedef enum { STYLE_RADIAL, STYLE_ENVELOPE, STYLE_FILLED } Style; Style ... above enum through QML? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to set an image on QPushButton, and the size of QPushButton should depend on the size of the image. I ... , then please help me out. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    How do I set color of text and background of a QLabel ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
762 views
1 answer
    Where can I report bugs related to PyQT5 / QT? For example if object is not emitting signal correctly (on ... ) as stated in documentation. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
691 views
1 answer
    I want to draw many Rectangular's inside a QML. The coordinates for Rectangulars (x,y) will be calculated inside ... I use to display them? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
771 views
1 answer
    We have a fairly large code-base. The vast majority of the code is compiled using qmake to produce the ... run when the Makefile executes? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
765 views
1 answer
    Is there some reason that QtGui is packaged with PyQt5??? I am using Mark Summerfield's Rapid GUI programming book. ... 13.04 and Python 3.3. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a basic custom button using a Rectangle with radius: width/2. Now I add a MouseArea to my button. However ... = "transparent"; } } } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
830 views
1 answer
    To test QML deployment I've created a very simple QML application. Here is the code: main.cpp #include < ... - non development - machine? 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

...