Hi,
> "It's a requirement for this to be hosted using Free Software tools" it's not clear where this requirement you say is from or why you've come to us.
I'm not the one who wrote the original message, but I know where this statement is from. https://community.kde.org/Incubator contains i
in the right corner of
the TabBar, an invisible new tab button exists. For some reason, the
close tab button, which is placed on the tab, works though.
Thank you for your help!
Aaron
Am 16.02.21 um 23:38 schrieb Albert Astals Cid:
El dilluns, 15 de febrer de 2021, a les 19:36:32 CET, Aaron Dewe
lose tab button, which is placed on the tab, works though.
Thank you for your help!
Aaron
Am 16.02.21 um 23:38 schrieb Albert Astals Cid:
El dilluns, 15 de febrer de 2021, a les 19:36:32 CET, Aaron Dewes va escriure:
Hello!
I'm having some issues with a QT application I'm develop
Thank you for your reply!
I'm sure it's being loaded correctly. I already tried using a QPixmap, a
local file, and replaced the Close Tab button (Which works) with that icon.
m_newTabAction->setIcon(QIcon(QLatin1String(":graphics/addtab.png")));
First guess: The Breeze icon engine (which enab
Hello!
I'm having some issues with a QT application I'm developing right now,
but only on KDE, the same code works perfectly on GNOME.
I'm using the following code snippet:
// In my header file
QAction *m_newTabAction;
QToolButton *addTabButton;
// The actual code
m_newTabAction = newQAction(
Hello everyone!
I'm currently trying to update and maintain the Arora browser
(https://github.com/Arora/arora) that has been deprecated a few years
ago. This browser was a fork of the original Qt webengine demo browser
and I found a few things in the commit history that I find interesting,
and I