LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Closed Thread
  Search this Thread
Old 04-08-2010, 01:50 PM   #1906
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,299
Blog Entries: 61

Rep: Reputation: Disabled

They would add to the flavour, but wouldn't solve the problem. I've spent ages prying apart and ripping to bits lumps of compressed unshredded tobacco leaf - it's scandalous, outrageous, and intolerable.
 
Old 04-08-2010, 02:57 PM   #1907
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
Quote:
Originally Posted by smeezekitty
0x12D7 + 0xFE56 = 0x1112D so you are incorrect.


Oh well, I didn't figure I would get it the first time...

But, practice makes perfect!
 
Old 04-08-2010, 03:14 PM   #1908
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I don't know if this would help, but:

EDIT: I wonder why some Qt applications don't use the default themes (Plastik for Qt3, Oxygen for Qt4), and instead look ugly like in this screenshot?
Attached Thumbnails
Click image for larger version

Name:	speedcrunch-hex.jpg
Views:	19
Size:	47.0 KB
ID:	3291  

Last edited by MTK358; 04-08-2010 at 03:17 PM.
 
Old 04-08-2010, 04:13 PM   #1909
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Quote:
Originally Posted by MTK358 View Post
I don't know if this would help, but:

EDIT: I wonder why some Qt applications don't use the default themes (Plastik for Qt3, Oxygen for Qt4), and instead look ugly like in this screenshot?
likely that you are missing some part of theme/cursor/icon of KDE
 
Old 04-08-2010, 04:29 PM   #1910
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Such as what?
 
Old 04-08-2010, 04:51 PM   #1911
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by MTK358 View Post
I don't know if this would help, but:

EDIT: I wonder why some Qt applications don't use the default themes (Plastik for Qt3, Oxygen for Qt4), and instead look ugly like in this screenshot?
Because they're Qt apps, not KDE ones?

KDE depends on Qt, not the other way round ...
 
Old 04-08-2010, 05:01 PM   #1912
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Maybe.

Almost all the other Qt apps I use come from KDE.

So how to make non-KDE Qt apps use the themes used by KDE apps?
 
Old 04-08-2010, 05:05 PM   #1913
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by MTK358 View Post
Maybe.
Not maybe. Guarranteed.
Quote:
Originally Posted by MTK358 View Post
Almost all the other Qt apps I use come from KDE.
Again: all KDE apps use Qt; that doesn't mean they're
Qt apps. They're Qt and then some. The and then
some
is what gives them your desired look. "Normal"
Qt apps are KDE theme unaware.

Quote:
Originally Posted by MTK358 View Post
So how to make non-KDE Qt apps use the themes used by KDE apps?
By editing the source, and converting it into a
KDE application? Which won't do its portability
much good.
 
Old 04-08-2010, 05:07 PM   #1914
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Isn't there some non-KDE way of setting the Qt theme?

I use many non-GNOME, non-XFCE, and non-LXDE GTK+ apps and all of them use the GTK theme that I choose with LXAppearance, gtk-chtheme, etc.
 
Old 04-08-2010, 05:10 PM   #1915
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
You can have a play with ~/.qt/qtrc, or set individual options
for Qt apps in the same directory, but I doubt (though I don't
know, haven't used Qt 4 for coding) there's any generic settings
for non-Qt supplied themes.
 
Old 04-08-2010, 05:12 PM   #1916
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I'll read some about this later, because it really seems kinda stupid to make a GUI toolkit that cannot be themed.
 
Old 04-08-2010, 05:16 PM   #1917
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by MTK358 View Post
I'll read some about this later, because it really seems kinda stupid to make a GUI toolkit that cannot be themed.
You're not listening :}

It *can* be themed. It just knows nothing about
your KDE theme, or what config options THOSE themes
may have ...
 
Old 04-08-2010, 05:41 PM   #1918
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Quote:
Originally Posted by MTK358 View Post
Isn't there some non-KDE way of setting the Qt theme?
qtconfig
 
Old 04-08-2010, 07:04 PM   #1919
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by leopard View Post
qtconfig
That fixed it!

Too bad posts in General don't have a Thanks button...
 
Old 04-08-2010, 07:09 PM   #1920
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Quote:
Originally Posted by MTK358 View Post
That fixed it!

Too bad posts in General don't have a Thanks button...
(You could always search out my posts and thank 1 of 'em...)

I didn't say that!

What am I doing now?
Hmm...
Good question. I'll get back to you...
 
  


Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 08:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration