Qt-interest Archive, March 2002
Compiling QT without threads
Message 1 in thread
I trie compiling using the -nothread configure flag, and I seem to get a
thread free Qt lib (i.e. libqt instead of libqt-mt).
However, if I run ldd on any of the examples, or any other Qt app I
compile, they are still linked to libpthreads.
Why?
--
[ signature omitted ]
Message 2 in thread
On Wed, 6 Mar 2002, Tarjei Knapstad wrote:
> However, if I run ldd on any of the examples, or any other Qt app I
> compile, they are still linked to libpthreads.
>
> Why?
It might be because one (or more) of the other libraries dynamically
linked to libqt uses threads.
Charlie - Queens' College - Cavendish Astrophysics - 07866 636318
Message 3 in thread
When I use tr in an app .. fine, within a dll... fine. Now I am trying
to have tr in a library which a dll is linked against. I call
addTranslator in my main application, after the last try I even call it
in the dll initializing. But the text is not translated. What is
happening here?
Message 4 in thread
When I use tr in an app .. fine, within a dll... fine. Now I am trying
to have tr in a library which a dll is linked against. I call
addTranslator in my main application, after the last try I even call it
in the dll initializing. But the text is not translated. What is
happening here?
Message 5 in thread
hi everybody,
Does anyone have heard about a bug with Qt2.3 and QTabWidget ?
I have a HBoxLayout on a Frame which is managed in a HBoxLayout too.
like this :
-----------BASE HBOX------------------
| ----------FRAME---------------
| | |
| ------------------------------
| -----------FRAME------------------
| | --------HBOX--------------
| | | TAB |
| | --------------------------
| ----------------------------------
-----------------------------------
When I just add a QTabWidget in the HBoxLayout, the managment of all objects in
base layout is destructed. I get my 2 frames with blank space betweeen them,
instead og being stuck to each other.
Is there some kind of imcompatibilty between HBOXLayout & QTabWidget ?
It is also bugging when you do the same with QtDesigner !
thanks for your help
Emmanuel Quentric