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...
Cord asked 19/5, 2017 at 23:20

2

Solved

I have run the menu example from Qt and there are no icons on menus, only text. Most apps (like pcmanfm and caja from Ubuntu) have similar icons, so I suppose they are system-wide and not applicati...
Coleen asked 12/11, 2017 at 23:52

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

I have a Qt5 desktop project and I added a "resource.qrc" file with the Qt Creator editor which created the following line into the project's .pro file: RESOURCES = resource.qrc I put a blank pr...
Womanhater asked 27/12, 2012 at 17:5

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...
Irritation asked 12/11, 2012 at 19:58

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...
Eject asked 15/1, 2014 at 9:32

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...
Imminence asked 6/11, 2009 at 6:31
1

© 2022 - 2024 — McMap. All rights reserved.