Questions tagged [jambi]

Qt Jambi is a Java binding for the Qt library.

Qt-Jambi is a Java interface to the Qt library .

The technology enables Java developers to take advantage of Qt’s features from within Java Standard Edition 5.0 and Java Enterprise Edition 5.0 as well as later versions. In addition, Qt Jambi also enables C++ programmers to easily integrate their Qt code with Java by providing the Qt Jambi generator.

Project Website

11 questions
12
votes
5 answers

Qt Jambi vs SWT for cross-platform GUI development

I'm currently involved in a project developing applications primarily for Linux (Fedora 10). However, it might be the case later on that we will have to port these applications to Mac OS X and Windows and we don't want to be caught out by choosing…
cursa
  • 1,297
  • 2
  • 12
  • 19
3
votes
1 answer

Connect QPushButton Jambi

I'm pretty new to Java programming. I wrote the application listed below, but I can't connect the button to my function. Any idea what I'm doing wrong? package com.teat; import com.trolltech.qt.gui.*; public class Application { public static…
Bear
  • 550
  • 9
  • 25
3
votes
1 answer

Qt: Empty transparent QImage has noise

I'm trying to do some offscreen rendering onto a QImage (nothing special, just a few composited thumbnails) and am running into an issue where even new and supposedly blank QImages have some pretty serious noise: The code to reproduce is fairly…
timothyb89
  • 220
  • 1
  • 10
1
vote
1 answer

QPushButton remove space (Jambi)

how can i remove the gap/space for QPushButton? i'm looking at Windows 10 Calculator, which is: as you can see there is no space between button 7 and 8, and i try to do the same thing in Jambi, by set the space for QGridLayout and QPushButton like…
Bear
  • 550
  • 9
  • 25
0
votes
1 answer

Is Jython capable of making a QT application (and is a transition from Python worth it)?

I've built a fairly complicated application with PyQt4 and Python, but it is a pain to send to people (and once I do, they have no idea how to run it). Then there are dependencies to wrestle. Ugh. Anyways, I just learned about Jython, and since…
Blender
  • 289,723
  • 53
  • 439
  • 496
0
votes
1 answer

Creating Custom Calendar with Jambi

When making customize calendar, how can I set a date and get the total days of that month? Or even get the week day of that specific date? Like April is 30 Days, May is 31 days, February every 4 years is 29 days and week days are different every…
Bear
  • 550
  • 9
  • 25
0
votes
0 answers

Qt Jambi in Swing application

I'm trying to create a swing application (which I already did) which has 2 windows, the first window is the main one, the second one is where Qt Jambi comes in with QWebView. I'm trying to make the second window display a HTML page using Qt Jambi's…
0
votes
2 answers

Qt Jambi build failure (VS2010)

I've successfully built Qt 4.8.4 on Windows 7 and now I'm trying to build Qt Jambi against that version. When I run ant in the Qt Jambi source directory to kick off the build I get only part of the way and then I end up with the following cl -c…
schleg
  • 93
  • 2
  • 7
0
votes
1 answer

running QT Jambi applicantion on Win64

I've been evaluating QT Jambi for an application I'm developing, and on the way I've read that QT Jambi faces some troubles at development time on Win64. However, I won't develop on Win64 so it doesn't matter for now, but what I really need to know…
-1
votes
1 answer

Qt Jambi Application doesn't work after exporting it in Eclipse

I have just started my first Qt Jambi application using Eclipse Klebr and now I want to release my application to runnable jar file. I Export the file like any Java application I want to release it but I get warning message. This operation repacks…
user7179690
  • 1,051
  • 3
  • 17
  • 40
-1
votes
7 answers

Modern GUI development

Long long time ago was a Delphi, and any developer can rapidly build win32 GUI application. Delphi was a king (long life to king...) but now delphi and win32 has gone away. So question is - what a preferred platform to rapidly build cross-platform…
Alexey Sviridov
  • 3,360
  • 28
  • 33