Change QT5 theme
I am using i3wm on Ubuntu 15.10.
I was wondering on how to change the QT5 theme?
With old QT4 it was possible to change it with qt4-config. There is however no qt5-config as of yet.
I have tried using qt-config-tool, but it segfaults on launch.
There is also lxqt-config, but it is only in xenial repositories, and I need it for willy.
So is there an elegant way to change QT5 themes with Ubuntu 15.10?
Also, what is the package name of the KDE system settings, so that I try to apt-get it? Will it pull all of KDE to my system or just some qt libs?
15.10 qt5 i3-wm
add a comment |
I am using i3wm on Ubuntu 15.10.
I was wondering on how to change the QT5 theme?
With old QT4 it was possible to change it with qt4-config. There is however no qt5-config as of yet.
I have tried using qt-config-tool, but it segfaults on launch.
There is also lxqt-config, but it is only in xenial repositories, and I need it for willy.
So is there an elegant way to change QT5 themes with Ubuntu 15.10?
Also, what is the package name of the KDE system settings, so that I try to apt-get it? Will it pull all of KDE to my system or just some qt libs?
15.10 qt5 i3-wm
QT5 has only one theme: Fusion. You can launch QT5 apps with "-style=fusion" argument to see it.
– Cornelius
Jan 4 '16 at 10:42
I was hoping for a more elegant solution. Can't I install other themes?
– Mario Kamenjak
Jan 4 '16 at 10:59
add a comment |
I am using i3wm on Ubuntu 15.10.
I was wondering on how to change the QT5 theme?
With old QT4 it was possible to change it with qt4-config. There is however no qt5-config as of yet.
I have tried using qt-config-tool, but it segfaults on launch.
There is also lxqt-config, but it is only in xenial repositories, and I need it for willy.
So is there an elegant way to change QT5 themes with Ubuntu 15.10?
Also, what is the package name of the KDE system settings, so that I try to apt-get it? Will it pull all of KDE to my system or just some qt libs?
15.10 qt5 i3-wm
I am using i3wm on Ubuntu 15.10.
I was wondering on how to change the QT5 theme?
With old QT4 it was possible to change it with qt4-config. There is however no qt5-config as of yet.
I have tried using qt-config-tool, but it segfaults on launch.
There is also lxqt-config, but it is only in xenial repositories, and I need it for willy.
So is there an elegant way to change QT5 themes with Ubuntu 15.10?
Also, what is the package name of the KDE system settings, so that I try to apt-get it? Will it pull all of KDE to my system or just some qt libs?
15.10 qt5 i3-wm
15.10 qt5 i3-wm
edited Jan 4 '16 at 10:41
asked Jan 4 '16 at 10:33
Mario Kamenjak
6551924
6551924
QT5 has only one theme: Fusion. You can launch QT5 apps with "-style=fusion" argument to see it.
– Cornelius
Jan 4 '16 at 10:42
I was hoping for a more elegant solution. Can't I install other themes?
– Mario Kamenjak
Jan 4 '16 at 10:59
add a comment |
QT5 has only one theme: Fusion. You can launch QT5 apps with "-style=fusion" argument to see it.
– Cornelius
Jan 4 '16 at 10:42
I was hoping for a more elegant solution. Can't I install other themes?
– Mario Kamenjak
Jan 4 '16 at 10:59
QT5 has only one theme: Fusion. You can launch QT5 apps with "-style=fusion" argument to see it.
– Cornelius
Jan 4 '16 at 10:42
QT5 has only one theme: Fusion. You can launch QT5 apps with "-style=fusion" argument to see it.
– Cornelius
Jan 4 '16 at 10:42
I was hoping for a more elegant solution. Can't I install other themes?
– Mario Kamenjak
Jan 4 '16 at 10:59
I was hoping for a more elegant solution. Can't I install other themes?
– Mario Kamenjak
Jan 4 '16 at 10:59
add a comment |
1 Answer
1
active
oldest
votes
The package/app you're looking for is qt5ct which is the new and much better version of the old qt(4)config for qt5.
With it you can customise almost every aspect of your qt5 apps. You can set fonts, icon theme, colour schemes and widget styles, other small interface feauters and Qt style sheets (qss) to be applied globally to all qt5 apps. And you can save your colour schemes with different names and easily change between them.
As to the widget styles you can install qtcurve, kvantum and virtuality (in addition to the preinstalled GTK+, Windows and Fusion).
While your answer may be valid it lacks on content, please provide proper steps and aswll have a look at Editing Help to see how you can format your post nicely
– Videonauth
Apr 28 '16 at 0:27
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f716714%2fchange-qt5-theme%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The package/app you're looking for is qt5ct which is the new and much better version of the old qt(4)config for qt5.
With it you can customise almost every aspect of your qt5 apps. You can set fonts, icon theme, colour schemes and widget styles, other small interface feauters and Qt style sheets (qss) to be applied globally to all qt5 apps. And you can save your colour schemes with different names and easily change between them.
As to the widget styles you can install qtcurve, kvantum and virtuality (in addition to the preinstalled GTK+, Windows and Fusion).
While your answer may be valid it lacks on content, please provide proper steps and aswll have a look at Editing Help to see how you can format your post nicely
– Videonauth
Apr 28 '16 at 0:27
add a comment |
The package/app you're looking for is qt5ct which is the new and much better version of the old qt(4)config for qt5.
With it you can customise almost every aspect of your qt5 apps. You can set fonts, icon theme, colour schemes and widget styles, other small interface feauters and Qt style sheets (qss) to be applied globally to all qt5 apps. And you can save your colour schemes with different names and easily change between them.
As to the widget styles you can install qtcurve, kvantum and virtuality (in addition to the preinstalled GTK+, Windows and Fusion).
While your answer may be valid it lacks on content, please provide proper steps and aswll have a look at Editing Help to see how you can format your post nicely
– Videonauth
Apr 28 '16 at 0:27
add a comment |
The package/app you're looking for is qt5ct which is the new and much better version of the old qt(4)config for qt5.
With it you can customise almost every aspect of your qt5 apps. You can set fonts, icon theme, colour schemes and widget styles, other small interface feauters and Qt style sheets (qss) to be applied globally to all qt5 apps. And you can save your colour schemes with different names and easily change between them.
As to the widget styles you can install qtcurve, kvantum and virtuality (in addition to the preinstalled GTK+, Windows and Fusion).
The package/app you're looking for is qt5ct which is the new and much better version of the old qt(4)config for qt5.
With it you can customise almost every aspect of your qt5 apps. You can set fonts, icon theme, colour schemes and widget styles, other small interface feauters and Qt style sheets (qss) to be applied globally to all qt5 apps. And you can save your colour schemes with different names and easily change between them.
As to the widget styles you can install qtcurve, kvantum and virtuality (in addition to the preinstalled GTK+, Windows and Fusion).
edited Apr 30 '16 at 0:54
answered Apr 27 '16 at 21:15
LyXTeX
314
314
While your answer may be valid it lacks on content, please provide proper steps and aswll have a look at Editing Help to see how you can format your post nicely
– Videonauth
Apr 28 '16 at 0:27
add a comment |
While your answer may be valid it lacks on content, please provide proper steps and aswll have a look at Editing Help to see how you can format your post nicely
– Videonauth
Apr 28 '16 at 0:27
While your answer may be valid it lacks on content, please provide proper steps and aswll have a look at Editing Help to see how you can format your post nicely
– Videonauth
Apr 28 '16 at 0:27
While your answer may be valid it lacks on content, please provide proper steps and aswll have a look at Editing Help to see how you can format your post nicely
– Videonauth
Apr 28 '16 at 0:27
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f716714%2fchange-qt5-theme%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
QT5 has only one theme: Fusion. You can launch QT5 apps with "-style=fusion" argument to see it.
– Cornelius
Jan 4 '16 at 10:42
I was hoping for a more elegant solution. Can't I install other themes?
– Mario Kamenjak
Jan 4 '16 at 10:59