Bartko, Zoltan wrote:
So if I use the first approach (c++ lib + Qt-glue + Jambi glue + java), do
I a) have to recompile all of Jambi to get a platform-specific jar file
or
b) is there any way to have a directory, where I would have the
platform-specific libraries of hunspell + qt?
a) If
Hi, Benji.
Benji Weber wrote:
Desired behaviour is that the programme will keep running, but I do
not wish to have a window visible when there is not a message.
I am using qtjambi-linux64-preview-4.4.0_01.
I would appreciate if you could point out how I am doing it wrong.
Excuse me if
Dimitri Frederickx wrote:
I've removed the line:
videoPlayer.setParent(.
But removing this line still generate the error:
GraphicsProxyWidget::setWidget: cannot embed widget 0x1ec1b6e0 that is not a
window
Ah, I see now that you are using the VideoPlayer class. The video widget
you
Fernando Rosado Altamirano wrote:
I obtaind :
UNEXPECTED RESPONSE: [HTTP/1.0 403 Forbidden
...
X-Squid-Error: ERR_ACCESS_DENIED 0
This is a message from the proxy server and seems to mean that something
in your Squid configuration is denying your application access. Are you
sure it's set
Hi, Bruno.
I've tracked down your bug in QIcon, and wanted to let you know about a
possible work around for you that you can use until the bugfixed Qt
Jambi is released. Replace the following line in your code:
Bruno Janvier wrote:
but.setIcon(new
Eskil Abrahamsen Blomfeldt wrote:
Dimitri Frederickx wrote:
problem as the 4.4 preview version: I can't play movies in a graphics view.
But
it seems there is now another problem. I can now see that the MovieWidget is
added to the graphics view (which was not the case before), because
Hi, Dimitri.
Dimitri Frederickx wrote:
I've created a QGraphicsView with a scene. When I create a QWebView
with a specified width and heigth (setting geometry) and add this to
the scene, the specified width is not taken into account on Windows.
I have been unable to reproduce this on
Hi, Dimitri.
Dimitri Frederickx wrote:
When I start up my application, I execute the following code:
QApplication.setOverrideCursor(new
QCursor(Qt.CursorShape.BlankCursor));
After this I create a QGraphicsView.
Although I've overridden the cursor to a blank cursor, the cursor is
still
Hi, Tomasz.
Tomasz 'Trog' Welman wrote:
What is the explanation for the absence of codecForTr/setCodecForTr
in Qt Jambi?
I believe this is because tr() is used with strings (so that they can be
automatically detected as translatable) and Java strings are always
encoded in 16-bit unicode.
Dimitri Frederickx wrote:
isn't. It seems that the maximum width of my QWebView is the screen
resolution (1152 px) instead of HD width (1920 px).
Can you check if this is also the behavior on your machine?
Hi, Dimitri.
Yes, I can in fact reproduce this bug by adding any type of widget
Dimitri Frederickx wrote:
Recently a Release Candidate of Qt 4.4 was made available. Will this
also be made available for Qt Jambi 4.4? If so, this would be great
news, because I have the feeling that a lot of bug fixing has been
done since the technology preview of Qt Jambi was released.
Danny Sporea wrote:
In the table, the 2 rows appear as 10 and 10.32.
Is there any way to format 10 to appear as 10.00 ?
I don't want to set it up as a String, since using
Double creates an edit spin box in that cell that
allows only numeric values, as opposed to the String
that is just a free
Hi, Mark.
Mark wrote:
This seems the same as before so not sure it helps any :-(
An error occurs whenever I try and open a designer window, whether
it's when I start Eclipse, or open an existing .jui file in the
project, or try to create a new one.
Looking at the error I would expect you
Hi, Thomas.
Thomas Coopman wrote:
I have a question about the jui generated java files.
In my system, I want to create QWidget from jui generated java files
dynamically. I have a JuiWidgetConstructor class for that, but
because the generated jui java files don't implement an interface, so
Hello, Oscar.
Oscar Giron wrote:
What is Qt-Jambi-Interest mailing list about??
Please Respond...
The Qt Jambi Interest mailing list is used for asking questions about
and providing feedback for Qt Jambi by Trolltech.
You can find more information about Qt Jambi here:
Hi, Dimitri.
Dimitri Frederickx wrote:
Qt contains ActiveQt, but this is not available in Qt Jambi. What is
the reason for this, and are there plans to support this in the
future?
ActiveQt is a Windows-only module which relies on many tools specific to
C++ compilers and OS features
Matt wrote:
I couldn't make Option 2 work. I tried
-Dcom.trolltech.qt.pluginjars=[name_of_jarfile]
as well as
-Dcom.trolltech.qt.pluginjars=[path_to_jarfile]
as recommended in the QTJambi deployment description link.
In both cases, the jar file was placed in the plugins folder
Sahar Payandeh wrote:
I have got too large list of filter file , and I don't want to show
these names in getOpenFileName.I just want to add the option of All
Supported File(All Files) to that and user will be seen all supported
file (not all file) to select.
Am I clear?
How I can use
Dawid Sip wrote:
Hi,
I failed to read the C++ doc about QXmlStreamReader and understand how
this should work. On the internet there simply isn't any help about
qt-jambi and QXmlStreamReader so i have to resort to You.
I want to read and print out the para tagged contents of my file:
?xml
Bráulio Barros de Oliveira wrote:
I think there might have a bug on the QtSql driver for JDBC and
PostgreSQL server. I'm able to connect properly to it and create data
models with qsqlrelationalsqltablemodel. After setTable call I can
successfully add data to the database. However, after a
Alexander Egger wrote:
Hi, Alexander.
There is something going wrong when generating the code for Qt Jambi. You
should not have any constructor called QtJambiShell_FutureIterator(). In
fact, you should not have a class called QtJambiShell_QFutureIterator at
all. I am not able to reproduce
Alexander Egger wrote:
There is nothing else there. I attach the file if you want to have a look.
Hi, Alexander.
Thanks, it seems that the generator is not finding the Qt include files.
Did you set your QTDIR environment variable? There should be a warning
about this if you did not.
If
Waldemar Wittmann wrote:
On my Ubuntu 8.04 System, the Application Starts with:
java -cp
Florian Hübner wrote:
I use the qtjambi-eclipse-integration-linux32-4.4.0_01 to generate java
code out of the .jui files. Recently I noticed that I had duplicated
files in my project, the mentioned generated files with and without a
Ui_ in front of them.
After switching on the option for
kinto wrote:
I tried to run the script qtjambi.sh but I get the error:
Cannot mix incompatible Qt libraries
Hi,
this error indicates that Qt's dynamic libraries are being loaded from
two different sources, and that they are incompatible. We've made an
effort to prevent this from
José Arcángel Salazar Delgado wrote:
finding a JDBC compliant driver. I tried with the following drivers:
SQLITE (2 different drivers), JayBird(the one for firebird), Apache
Derby and SmallSQL.
Hi, José.
I know there has been some issues with certain implementations of JDBC
over
kinto wrote:
Unfortunately those two variables are already unset and I keep getting
that error with the latest Jambi release.
Any other guess of what the problem could be?
What else could I do to help you understanding the issue?
If you are getting any sort of log file from the JVM
Jeff Copeland wrote:
Unpacking .jar file:
'file:/C:/Program%20Files/Java/External_Packages/qtjambi-win32-gpl-4.4.0_01/qtjambi-win32-msvc2005-4.4.0_01.jar'
at
com.trolltech.qt.internal.NativeLibraryManager.unpack(NativeLibraryManager.java:365)
at
paul wrote:
I was using qtjambi and java web start since version 4.3.1 and I have
never had problem until now.
I'm now using the 4.4.0_1 version and each time I launch my prog, I have
first to delete the java wew start cache.
On linux, I have to delete
paul wrote:
Well it's the same with the qtjambi-linux32-gcc-4.4.0_01.jar I got from
http://trolltech.com/downloads/opensource#qt-jambi-open-source
The problem is not only with the qtjambi demo I guess :
using cache directory:
'/tmp/QtJambi_paul_i386_4.4.0_01_gcc-20080522-0210'
- cache
José Arcángel Salazar Delgado wrote:
Well, this is my experience. Now I´m using H2 DB to work with QJDBC and
its ok for what I need.
Hi, José.
We will investigate these problems, thank you for the report.
P.D: I miss a lot the old QSQLITE driver.
I agree, it seems this driver is
Curt Nowak wrote:
I'm trying to toggle the visibility of a QDialog 'dialog' when a QCheckBox
'checkBox' is toggled.
So I thought
code
checkBox.toggled.connect(dialog, setVisible(boolean));
/code
would do the trick. But instead I get a com.trolltech.qt.QNoSuchSlotException.
Luis Zaldivar wrote:
Is it posible to combine java, jambi, clojure or groovy or jruby code in
the same program?
Hi, Luis.
Depending on the language there may be different types of issues which
may or may not have solutions (stuff like reflection is needed for
signals and slots, for
[EMAIL PROTECTED] wrote:
Please, I want to migrate to Qt Jambi for a special project. I need to
know how to start from tyhe scratch. First is to install the Qt Jambi
in my machine, test it with Hello World! and continue from there.
Please, I need your help right now.
Hi,
I
Adam Batkin wrote:
Anyway, I've now set out to write my own JNI code to do what I want, instead
of using the
Jambi Generator. Everything was working nicely until trying to transfer a
QImage from C++
to a Java/Jambi QImage. Back in February, Gunnar suggested stealing some
logic from the
Mika Halttunen wrote:
So the bottom line is, itemChange() can be overridden when the items are
not in any kind of parent/child relationship.
Unfortunately, I cannot continue my project too far without this being
fixed. :( Hopefully you get it resolved for the next Qt Jambi update. Is
Jose Arcangel Salazar Delgado wrote:
I found a bug in the JUIC. The problem is when you try to use a scroll
area in a form. The preview is ok, but when you exec the app with the
Ui file, the scroll area is empty. After a few research I encounter
the problem, look at this code:
Hi, Jose.
Arne Stocker wrote:
it seems that the mechanism of packing all librarys in a *.jar and
unpacking it at runtime (congratulation to that solution) has some
problems with empty space in the directory.
Hi, Arne.
I have tried to reproduce this error on Windows XP, but unfortunately
cannot.
Waldemar Wittmann wrote:
The launcher starts out of an path with empty spaces. But try to start a
QtJambi example or an arbitrary qt jambi application directly in the
same way you wrote above but without the Launcher.
Hi, Waldemar.
I've just successfully run the Styles and AnalogClock
hAmmeRoL wrote:
After some research, I still cannot figure out how to catch signals
sent from event loop started by external library?
I am currently using jambi 4.3.4_01 and an external library Smack
3.0.4(which is responsible for protocol communication).
I cannot catch the signal sent
Markus Walser wrote:
Since currently no distribution is delivering qtjambi-4.4 and I
couldn't find an rpm, II was thinking a bit how to
organize such a rpm structure. One basic question that raised: Would
it be possible to use the normal qt
libraries form /usr/lib instead of putting a copy
Luis Zaldivar wrote:
How do I detect when a QLineEdit gets focus?
Seems like there is not focus signal for QLineEdit. It seems like it can
be emulated with eventfilter() and hasfocus() but is there an easier way?
Sorry if it is a dumb question :)
Hi, Luis.
QApplication has a signal
José Arcángel Salazar Delgado wrote:
The ClienteTest runs fine, but ProductoTest is broken. This is the error:
QSqlDatabasePrivate::removeDatabase: connection
'qt_sql_default_connection' is still in use, all queries will cease to work.
QSqlDatabase: QJDBC driver not loaded
QSqlDatabase:
Pablo Terradillos wrote:
QHttp http = new QHttp();
QHttpRequestHeader header = new QHttpRequestHeader(GET, /index.html);
header.setValue(Host, www.trolltech.com);
http.setHost(www.trolltech.com, 80);
http.request(header);
But Eclipse complains about setValue, setHost
http://doc.trolltech.com/qtjambi-4.4/html/com/trolltech/qt/phonon/MediaObject.html
http://doc.trolltech.com/qtjambi-4.4/html/com/trolltech/qt/phonon/MediaSource.html
http://doc.trolltech.com/qtjambi-4.4/html/com/trolltech/qt/phonon/Path.html
TieKei skrev:
Eskil Abrahamsen Blomfeldt wrote:
If not, where does the qsqlite4.dll file you are using come from? Are
you sure it's compatible with Qt Jambi?
In fact there is no qsqlite4.dll in QTJambi.. so I took it from standard
QT - just a try... forget about it.
I think I
Tom Schindl wrote:
Maybe I'm blind but I could find a signal I could connect to on a widget
that allows me to track if the widget I'm interested in has the current
input focus.
The widget has focusInEvent() and focusOutEvent() handlers that you can
override if you wish to monitor it from
[EMAIL PROTECTED] wrote:
namespace Application
{
class ContactsManager : public QObject ,
public SingletonTemplateApplication::ContactsManager
{
Q_OBJECT
friend class SingletonTemplateContactsManager;
// implementation
}
}
in the type
[EMAIL PROTECTED] wrote:
Thanks for the answer Eskil,
but i wish templates will be supported soon
Templates as a general concept is impossible to support in the bindings,
since it's a static mechanism which relies on partially defining a class
and instantiating it heterogeneously. We
nakk...@libero.it wrote:
Hi Eskil,
thank you very much for your suggestions, that's a good starting
point to manage this issue.
Anyway i would ask you how to handle this simpler
subcase ( i refer to the code i posted first):
suppose that the class
ContacsManager derived from the
chetan.j...@nokia.com skrev:
Hi,
Do we have the Jambi packages generated for the QT animation framework?
I'm not able to find that download.
Hi!
No, sorry, there is no Jambi package for the animation framework yet.
-- Eskil
___
Harri Porten wrote:
I can tell from your crash log that you are running KDE 4, and you are
mixing your own Qt libraries with the ones from KDE in the same
application.
Just curious as a client reported problems when mixing libraries: Are the
Qt libraries used by Qt Jambi patched in a
Dennis Kehrig wrote:
Hello everybody,
I hope this question hasn't been asked yet, but if so, please kindly
point me in the right direction as to where to find the answers. Thank you!
I noticed that with Qt Jambi 4.4.0, I can play MP3 files with Phonon
just fine (using a player I wrote
Dennis Kehrig wrote:
Turns out that when I start my application from within Eclipse, a
temporary folder named
QtJambi_Dennis_x86_4.4.0_01_msvc2005-20080608-0905 is created (or
QtJambi_Dennis_x86_4.4.3_01_msvc2005-20080925-1845, respectively).
By replacing
Vincent Lebreil wrote:
Since I cannot use QtDesigner plugin for Eclipse anymore, I have tried
to use designer included in QtJambi distrib by running designer.bat.
The problem is that I am not able to include (or promote ?) my custom
widget cause designer is asking me for including header
Vincent Lebreil wrote:
Hey Eskil,
have you been able to reproduce my crash with the code I sent you last
week ? and know where the bug could be ?
Hi, Vincent.
I have been able to reproduce your crash, but I do not yet know what the
bug is. I will look into this and get back to you when I
Vincent Lebreil wrote:
Hey Eskil,
have you been able to reproduce my crash with the code I sent you last
week ? and know where the bug could be ?
Hi,Vincent.
It appears that Eclipse will crash if you make a custom widget which is
a subclass of QDialog. In your project, the class
Mathias wrote:
Since Jambi doesn't come with its own .qm files I am trying to use the
ones that come with the standard C++ opensource distribution.
However, they consistently crash my app with various
EXCEPTION_ACCESS_VIOLATION in QtCore4.dll.
Hi, Mathias.
I tried this, and am unable to
Vincent Lebreil wrote:
Hi Eskil,
Thanks for your reply. In fact, I needed a QDialog. That's why I made my
own widget inherited from QDialog. Is there another way to do so ? maybe
by creating a simple QDialog and then adding my custom widgets ? btw i'm
not using Designer anymore... trying
Dennis Kehrig wrote:
What, exactly - Java oder Eclipse? Because I got the same problem
without using Eclipse at all (compiled on Windows, then run on Mac OS
X). Java on Windows does not accept this option, is this a Mac-only thing?
Hi, Dennis.
Yes, it's a mac-only thing, because the
Mathias wrote:
Everything works as expected except for the seg fault at the very end
(see attachment).
Am I missing a crucial clean up step before the System.exit() ?
When you use System.exit() you aren't letting QApplication clean up its
resources properly. Could you try using
Brian Rep wrote:
Bull all this examples are coded in C, not that the problem is the C
part, but instead , Eclipse reports that the method is not found.
The code is simply:
QWidget window = QUiLoader.load(file);
ui_outputWidget = (QLabel)qFindChild(window, outputWidget);
So, any one knows
Danny Sporea wrote:
Hello all,
I was trying to upgrade the Jambi version on our existing application
from 4.3.5 to 4.4.3 and I'm having some trouble:
- Some of the buttons to not show the text on them (some only, not all);
- When opening some dialog windows, the whole application
Danny Sporea wrote:
Eskil,
Thanks for your answer, please see below the log for just starting and
stopping the application, it seems that the correct libraries are loaded...
I'm using the latest JDK 1.6.0_11 to start the application and following
flags:
[...]
Loading library:
Helge Fredriksen wrote:
I know there was a post about this some time ago, but I was unable to
find the thread in the archives;
Is there any way to catch and handle exceptions that are not catched and
is happening inside the QtJambi event loop? These do arrive at the
standard out with a
Helge Fredriksen wrote:
Gunnar and Eskil, I guess you cannot give any commitment to it, but it
would be really helpful if this group that is now forming could
continue asking for some guidance from you and Eskil also AFTER one
year has gone.
We are hoping that a community of contributors
Derek Fountain wrote:
It would have been so much better if the official announcement had said
Qt Jambi is being discontinued, there will be one more official release
before the FOSS community takes the project over. Is there any chance
this might happen - one more official release while a
The new Qt Quarterly is out with an article I wrote about making the Qt
Jambi Generator.
It basically covers a few of the challenges we've encountered and
choices we have made along the way, so it might be useful for anyone
trying to understand how the generator works. Qt Quarterly 29 can be
Danny Sporea wrote:
I attached a small example where it can be reproduced (if it does not
compile, just comment out the problem lines with the missing classes or
images, as they are not important).
Hi, Danny.
Thank you very much for this example. I can indeed reproduce the problem
and
Danny Sporea wrote:
I attached a small example where it can be reproduced (if it does not compile,
just comment out the problem lines with the missing classes or images, as they
are not important).
Hi, Danny.
I've been able to track down the problem. The only workaround for the
bug is
Luca Ferrari wrote:
Hi all,
I wonder how the jambi works and how it compares to swt (sorry if the
question
is trivial). I mean, qt are written in c++, and maybe jambi makes the same
swt
does: it uses jni to call c++ native libraries. Is it true or jambi exploits
a
kind of swing
Aekold Helbrass wrote:
Is there any step-by-step guide about adding new classes to Jambi? If
no - Jambi guys, can you please make it before you leave the project?
It will be extra-useful for community.
That's a very good idea. We'll try to document all the different
processes and tricks
Hi,
I know some of you are wondering why the Qt Jambi 4.5.0 release hasn't
gone out yet, since Qt is already on version 4.5.1 as of today.
Unfortunately there have been some delays on this particular release due
to the licensing change from GPL to LGPL. These are not technical issues
(the
José Arcángel Salazar Delgado wrote:
I was searching in the qtsoftware FTP
(ftp://ftp.qtsoftware.com/qtjambi/source/) for the qt jambi eclipse
integration 4.4.3_1 but I couldn't found it.
Is there any other place to download it?
Hi, José.
Check the very bottom of this page:
David Conde wrote:
I see there are now different phonon backends available. I'm currently
trying to switch in the xine backend. Is it possible to easily switch
these via config like in the kde version of phonon or are the backends
fixed on each supported platform?
Hi, David.
If you build
David Conde wrote:
I'm currently not using the native jar file as I'm setting the
qt_plugin_path and the library override variable. I've removed the
libgstreamer_backend.so and replaced it with the xine version into the
plugins directory. This is currently failing to find a backend so I'm
Vítězslav Košina wrote:
on ftp.qtsoftware.com is QT-Jambi version 4.5 like file qtjambi-src -
lgpl-4.5.0_01.tar.gz.
I haven't seen any announce. Is it real QT-Jambi 4.5 and development of QT-
Jambi will be done now by comunity?
Hi,
it's the real Qt Jambi 4.5 :-)
The release
Robert Lebel wrote:
I tried to install the eclipse integration, but when I validate the
installation, I get an error. It complain that the file
/bin/qtdesigner.dll is missing (it is indeed not included in the
release).
Hi, Robert (and everyone else who reported this.)
The LGPL package of
Phil Mc wrote:
Previously, I seem to recall this same problem occurring due to Mac
Java 1.6 being 64 bit, while Qt was previously only available as 32
bit on the Mac. The qtsoftware ftp site now has 32 and 64-bit
versions of Jambi for Linux and Windows, but I only see one bundle for
the
Hi,
To everyone who had trouble using the Qt Jambi 4.5.0_01 LGPL package
together with the Eclipse Integration, I have just uploaded a new
package to the FTP which has been tested and verified to be complete.
http://get.qtsoftware.com/qtjambi/source/qtjambi-win32-lgpl-4.5.0_01.zip
Again,
Tom Schindl wrote:
Ok - I fetched the sources, made my changes (adding the OSGi-Support)
but there's no documentation on gitorious.org how I can now push my
changes to my own repository (I didn't find any documentation on how I'm
supposed to do this) so that other could take a look.
Tom Schindl wrote:
./configure -D QT_JAMBI_BUILD -no-framework -sdk
/Developer/SDKs/MacOSX10.4u.sdk -no-qt3support
I guess its the one i extracted from reading [1]
Why should I have used -prefix $PWD this would have installed QT in a
different directory or am I wrong?
There are a few
Tom Schindl wrote:
I'm not talking about the .java-Files generated but the ones I fetch
directly from git.
Today they are located in $ROOT/com but for IDE users this not nice
because now they need to tell $ROOT to be the root of the java-sources
and suddenly things like doc, dist, ... get
Ravi Krishna wrote:
Hi,
When I run my QT application I am getting the following error
Hi,
This mailing list is for Qt Jambi, Qt for the Java programming language.
Please refer to the Qt Interest mailing list for questions about Qt for C++.
-- Eskil
Joel JO wrote:
It did compile, but it won't run... did I see today.
Hi, Joel.
Which files does your qtjambi-win32-msvc2008-4.5.0_01.jar file contain?
-- Eskil
___
Qt-jambi-interest mailing list
Qt-jambi-interest@trolltech.com
José Arcángel Salazar Delgado wrote:
I'm trying to use the QCommandLinkButton with Qt style Sheets to change the
font attributes. I can change every attributes except the Point Size.
This is intentional or is a bug?
Hi, José.
Unfortunately, the font size of the QCommandLinkButton is not
José Arcángel Salazar Delgado wrote:
I was using the eclipse integration until tonight, when eclipse refuse to
start with this error:
Hi, José.
It's hard to know what is going wrong without any more information.
Did you do anything different before the bug started occurring? The file
Dusan Zatkovsky wrote:
Should anybody confirm that this is a lupdate bug?
Yes, there is a bug in lupdate causing it to fail to detect strings when
null is passed as an argument to translate().
Where lupdate in qt-jambi binary distribution has came from? Is it a part of
qt-c++, manually
Joel JO wrote:
05/19/2009 12:46 AM 4,501 qtjambi-deployment.xml
Hi, Joel.
Could you also let me know the contents of this file?
-- Eskil
___
Qt-jambi-interest mailing list
Qt-jambi-interest@trolltech.com
Tom Schindl wrote:
Someone an idea how to proceed?
Hi, Tom.
If you configure with -prefix $PWD you should *not* run make install.
Just skip this step and you should be good.
-- Eskil
___
Qt-jambi-interest mailing list
Aekold Helbrass wrote:
I got strange exception, sounds like QtJambi: Exception pending in
native code in file
'..\cpp\com_trolltech_qt_gui\qtjambishell_QGraphicsRectItem.cpp':727
and whole application hangs writing those lines for ever.
Steps to reproduce - compile following code, run it
Aekold Helbrass wrote:
Eskil thanx alot! If I will se more such bugs - should I report them
using some bugtracker or should just mail you? And if bugtracker -
Jambi or Qt?
Please use the bug tracker as long as Qt Software is still supporting Qt
Jambi (until May 2010), otherwise it might
José Arcángel Salazar Delgado wrote:
I get a strange crash of eclipse with qt jambi integration when I start
eclipse, this is the messege in the console:
Is there anything special you can tell me about your setup and layout in
Eclipse when this bug starts occurring? Which windows are
José Arcángel Salazar Delgado wrote:
I'm having some troubles using resources from the qt eclipse integrartion.
When I specify a resource, the designer generate this XML:
Zongheng Zhou wrote:
Hi, folks,
I just built the QT 4.5.1.
Hi,
This is the mailing list for Qt Jambi, Qt for the Java programming
language. Please refer to the Qt Interest mailing list for questions
about Qt for C++.
-- Eskil
___
José Arcángel Salazar Delgado wrote:
To reproduce the bug.
Hi,
Thanks, this was very helpful!
I can now reproduce the bug, and I've made task 254621 for it.
It will show up at the following URL in a brief time, so you can follow
its progress:
Danny Sporea wrote:
I have a dialog with a QListWidget with items and a button. When the button
is pushed, the palette of the QListWidget is changed. Everything works fine,
unless I apply a stylesheet to the dialog. After that, pushing the button
does not produce the same results
li...@oliver-block.eu wrote:
Thanks for that hint. What I've not understood yet is, if qt-jambi
will be built with the installed sources, will it compile qt
dynamically or statically. I ask that because I need to know which
version of qt I need to install. I use KDE4 which also relies on a
Oliver Block wrote:
Hello everybody,
after following your hints, I still have a build failure. Please let me state
that obviously linux32 is recognized, but I have no idea if this is important
for that error.
Could be some leftovers from the earlier build with the wrong qmake.
Could
li...@oliver-block.eu wrote:
Caused by: java.lang.UnsatisfiedLinkError:
/tmp/QtJambi_oblock_i386_4.5.0_01_gcc-20090602-1659/lib/libQtCore.so.4:
/tmp/QtJambi_oblock_i386_4.5.0_01_gcc-20090602-1659/lib/libQtCore.so.4:
wrong ELF class: ELFCLASS64 (Possible cause: architecture word width
1 - 100 of 157 matches
Mail list logo