qicon Questions
6
Solved
I just installed Python3 (3.5.2) and Pyqt5 (5.8.2) and I am following this tutorial to learn and make a GUI: http://zetcode.com/gui/pyqt5/firstprograms/
I'm trying to run the 2nd example but progr...
2
Solved
1
Solved
I'm working with a QTabWidget with three Tabs.
One of the tab is about Information/Help. So I want to use a picture of a Question Mark (.png) instead of the Text "help".
Is this Possible...
Structure asked 1/8, 2019 at 9:6
2
Solved
I am making a file browser in qt for some custom design-files. I want to load their preview as their thumbnail and for that reason I am using QIconProvider to return the Icon to my QFileSystemModel...
Katonah asked 25/8, 2016 at 11:55
3
Solved
2
I need to create a menu that changes the background of a QWidget. I'd like to place a QIcon that represents the selected color into the QActions which populates the QMenu. I'd like to not have to p...
1
Solved
I have an application with a custom theme and the disabled icons are to brightly grayed. I would like to change the disabled icon tint color.
Now I know there is a possibility like this:
QTableWi...
Dareen asked 16/6, 2015 at 10:36
1
Solved
I'm trying to implement something like "composed icon" in Qt.
Target: I need to dynamicaly set color just for the portion of icon.
My idea: Compose this icon by two other. One icon that will be...
Kierkegaard asked 18/12, 2014 at 8:9
2
Solved
How to change the IconSize of QToolButton.
button1->setIcon(QIcon("download.jpg"));
button1->setFixedSize(100,100);
By using above code button size is getting change but icon inside the bu...
1
Solved
So let's say I do something like this:
QIcon myIcon(":/resources/icon.ico");
How can I later determine the path for that icon, e.g.
QString path = myIcon.getPath();
The problem is, there is n...
1
© 2022 - 2024 — McMap. All rights reserved.