[Qt-jambi-interest] Is it possible applying stylesheet to scrollbar?

2010-10-12 Thread 김종표
Hi. I want to make custom scrollbar has custom scrollbar image. Is it possible to make just applying css stylesheet or QScrollBar class extend? Thanks. ___ Qt-jambi-interest mailing list Qt-jambi-interest@trolltech.com

[Qt-jambi-interest] cant get qtjambi 4.6+ working on linux, UnsatisfiedLinkError

2010-10-12 Thread Thomas Amland
I got this odd thing going on i cant figure out why is happening. This is my system: Linux user-desktop 2.6.31-22-generic #65-Ubuntu SMP Thu Sep 16 16:21:34 UTC 2010 x86_64 GNU/Linux java version 1.6.0_20 Java(TM) SE Runtime Environment (build 1.6.0_20-b02) Java HotSpot(TM) 64-Bit Server VM (build

Re: [Qt-jambi-interest] potential build environment issues (was: cant get qtjambi 4.6+ working on linux, UnsatisfiedLinkError)

2010-10-12 Thread Gregor Mückl
Hi! This is a puzzling issue related to the GCC version used to build the Qt libraries. For each version of GCC there is a corresponding version of the C++ runtime library that must be present on the target system. Specifically, on the system that produced the log you provided, libc.so.6 is

Re: [Qt-jambi-interest] potential build environment issues (was: cant get qtjambi 4.6+ working on linux, UnsatisfiedLinkError)

2010-10-12 Thread Samu Voutilainen
Helge has tackled with this issue, but since then there hasn’t been a fix for this. I think there is two possible ways to overcome this: 1) Either have very old build machine. 2) Compile this library statically or deploy it with the Jambi. I dislike 1) because old machines are not nice for

Re: [Qt-jambi-interest] Is it possible applying stylesheet to scrollbar?

2010-10-12 Thread Samu Voutilainen
On tiistai 12 lokakuu 2010 02:24:58 Mike Kim wrote: Hi. I want to make custom scrollbar has custom scrollbar image. Is it possible to make just applying css stylesheet or QScrollBar class extend? Thanks. This kind of question should be asked at qt-interest mailing list or

Re: [Qt-jambi-interest] potential build environment issues

2010-10-12 Thread Eskil Abrahamsen Blomfeldt
Den 12.10.2010 14:32, skrev ext Gregor Mückl: That this problem occurred with Qt Jambi 4.6.x and newer is related to the fact that the build environment had to be rebuilt from scratch after Qt Jambi was discontinued by Trolltech. Everything up to Qt Jambi 4.5.x was built by Trolltech on an

Re: [Qt-jambi-interest] cant get qtjambi 4.6+ working on linux, UnsatisfiedLinkError

2010-10-12 Thread Helge Fredriksen
:-) The trouble is exactly what the error reads, and why we are steadily moving towards getting qtjambi back into the main distro's package repositories again. /lib/libc.so.6: version `GLIBC_2.11' not found This means that you are trying to run qtjambi on an older version of Ubuntu that the