For issues relating to using the Qt framework, version 3.

learn more… | top users | synonyms

0
votes
1answer
30 views

How to make QTextEdit with no visible border?

When I create a deafult QTextEdit widget, it appears in a default Windows style border. I don't want this border, so I try to turn it off. How do I do that? I'm using pretty old version of Qt ...
0
votes
0answers
19 views

Qt4 application using q3ptrlist will crash

I have the following simple application that will crash. I am using Windows7 64Bit and Qt4.8.4 with GCC 4.7.2. Either using -m32 flags nor without them will work. Can anyone report similar problems? ...
0
votes
2answers
39 views

Resizing group box after hiding elements?

In my project, I have a Group box with a few elements that may need to be hidden, with other elements above and below. If I hide those elements with setHidden(true), the elements are hidden but that ...
0
votes
0answers
25 views

Qt3 - TransparentForMouseEvents

i have a rather large application that's comepletely written in Qt3. Sadly porting it to Qt4 is impossible but i need to implement a widget that is semi-transparent and is an overlay to the ...
0
votes
1answer
59 views

Qt3 to Qt4 class change

I am transferring some code form Qt3 to Qt4. I can not find the QDockWindow class in Qt 4. What is corresponding class in Qt4?
2
votes
0answers
39 views

QT3 linker errors after switching to another compiler

I have created simple test project that uses QT3 gui. The main function is as follows: int main(int argc, char** argv) { QApplication a(atgc, argv); MainWindow *w = new MainWindow; ...
4
votes
3answers
169 views

What happened to QListViewItem in qt4?

I don't do a lot of Qt programming so this may sound like a silly question, but what happened to QListViewItem in qt4? I have this application I wrote some time ago in qt3. I changed that to qt4 ...
0
votes
1answer
76 views

Filter Widget using QComboBox

I want to implement Filter widget using QComboBox. The way it should work is, when I type letter 'a' it should show the items that are starting with 'a', and then if I type 'b' it should show the ...
0
votes
0answers
86 views

QMouseEvent after Qt3 to Qt4 update no longer responding properly

I am working with a large, multifile Qt interface and have been updating multiple parts from Qt3 to Qt4. Unfortunately, somewhere along the line, I removed the ability to move around (translate, ...
0
votes
1answer
67 views

How can I replace the Q3ListView/Q3ListViewItem utilities?

I'm updating some old code that is unfortunately heavily dependent on Q3ListView and Q3ListViewItem, its now-obsolete little helper class. I'm assuming I can now just populate a QListView without ...
0
votes
1answer
79 views

From Qt3 to Qt4 : issues with internal classes ( Q3GList & Q3PtrCollection )

I'm updating a code from Qt3 to Qt4. I used qt3to4 porting tool, and it fixed some of my issues. But a few errors are remaining: g++ -m64 -Wl,-O1 -o CONVECTION_DYN_CODE_version_initiale ...
0
votes
0answers
112 views

Why won't my QToolBar fully extend itself and display all of its actions?

I'm working on some rather messy GUI code involving a Q3MainWindow with a central QGLWidget "scene" area and multiple toolbars along the top. In the end, I will change out ALL the outdated parts, but ...
0
votes
1answer
48 views

Qt3 / Vs2003 - breakpoints etc, not working

I've inherited a Qt3/Vs2003 project. Which I think's been badly mangled over the years, e.g. there was a new DEBUG macro added to it that was logging to file... opening the solution in VS and checking ...
0
votes
1answer
38 views

QT3 (yes 3) integration with VS2003 (yes 2003), how to add new UI form to existing .proj

I've been asked to do some updates to a QT3 app we've got and I need to add a new UI, I've created it in the QT .pro but it's not been picked up by the existing associated VS solution/.proj file. I ...
0
votes
1answer
64 views

How to get QDockArea size?

I want to get the QDockArea size when the user changes its size by dragging the Splitter. Is there any signal that emits when QDockArea size changes ? I'm using Qt 3.3.6 (please don't suggest to ...
0
votes
2answers
200 views

Available screen size on Linux in Qt 3

QDesktopWidget * screen = QApplication::desktop(); QRect size = screen->availableGeometry(this); The documentation says, What is available will be subrect of screenGeometry() based on what ...
0
votes
2answers
52 views

How does QTable behave for last edited cell?

When I edit a cell of QTable inside QDialog and press 'ok' button of QDialog, the cell's value is nothing (if it was nothing before edit). So, in the slot for OkButton (i.e. OkButton->clicked()), I ...
0
votes
1answer
120 views

Q3support status in the next Qt release

What is the status of q3support classes in the next Qt release, I heard that before august when next major Qt release it will be done without Qt3 support is that true? please give me links if that is ...
2
votes
3answers
638 views

Qt3 on Windows?

I need to port one of my old program to Windows. The current version uses Qt 3 on Linux. I'd like to see it within few days only to do some tests. Instead of porting my code on Qt 4 (no time now), is ...
0
votes
1answer
116 views

How to ignore resize event in Qt3?

when i increase left dock area size (manually) main window increases its size also. but it has no limit!. it can get wider than screen size. i want to prevent it. i tried re-implementing main ...
0
votes
0answers
31 views

mainwindow gets wider than screen size in Qt3

I have a maximized mainwindow with dockwidgets. When I increase width of the left dock area (by dragging) the mainwindow gets wider than screen size. How can I prevent this?
0
votes
1answer
274 views

How can I make my application appear in the system tray?

How can I make my application appear in the system tray? I already have a QDialog widget with parent as qApp->mainWidget() and disabled the task bar entry. Now I need it to appear in the system ...
0
votes
1answer
621 views

QDateTime to QString with milliseconds in Qt3

Is there a way in Qt3 to convert QDateTime into a QString and back to QDateTime, so that eventually QDateTime will contain information about milliseconds? Thanks.
0
votes
1answer
128 views

How to arrange dock windows vertically in Qt LeftDock area?

I want to put 2 dock windows in LeftDock area in Qt3. Since LeftDock is horizontal area, it adds new dock window to the right side of the current dock window. But I want to add the new dock window to ...
0
votes
0answers
91 views

reimplementing QTable::PaintCell()

I am developing a gridview by sub classing Qt3's QTable to display matrix content. The matrix can be very large. I have overridden QTable::paintCell() and repainted unused cells in light grey color, ...
1
vote
1answer
594 views

Qt: window with movable widgets

I want to create a window with a variable number of custom widgets, each of the widgets can be a group of some simple objects. Widgets should behave similar to dialog windows: they can be moved ...
1
vote
1answer
57 views

compile error “QImage with no type”

Hello Can anyone help me figure out how to solve this bug message? I am trying to rewrite a Qt3 working code into Qt4 for converting IplImage to QImage and found the "right conversion types" however ...
0
votes
2answers
182 views

QScrollView with no scrollbars

I'm trying to make a QScrollView with around 100 different labels and buttons. But after I add them, the scrollbars do not appear. here is an example of the code I wrote: self.btn = {} self.scroll ...
0
votes
1answer
914 views

Make a checkbox list in Qt4 [PyQt4]

Hey. I'm working on a project, porting a software from Qt3 to Qt4. Its in PyQt, but I'm okay taking answers as if I was working with C++ and the originals Qt4 libraries. In the old code, a ListView ...
1
vote
1answer
444 views

sample of standalone NPAPI adobeflash hosting application

Somebody can point me to opensource of sample of standalone NPAPI adobeflash hosting application?
0
votes
1answer
460 views

Missing rules XML file for qt's 'uic3 -convert'

I'm trying to run uic3 -convert to convert some QT3 .ui files to QT4. When I run it, uic3 reports that it's unable to find the rules file (q3porting.xml). Where does uic3 look for the ...
3
votes
3answers
2k views

Adding custom widgets to QMenuBar

Qt3 used to provide QMenuBar::insertItem with QWidget* parameter. This way any custom widget could be added to menu bar - for example a clock-widget. In Qt4 there is no such overloaded method. What ...
0
votes
1answer
169 views

Seeking advice on moving Qt 4 and Java applications between desktops on KDE 3

We've got a (perhaps?) unusual situation where we have a lot of applications built on Qt 4 and some applications built in Java (Swing) but we're using KDE 3. We're on Red Hat Enterprise Linux 5 and ...
0
votes
2answers
1k views

Why have QString in struct sometimes a bad-ptr?

I've got an complicated error. The software send PrintParamters to a Printer a couple of times. At a certain moment all QStrings of the Parameter Struct are broken (bad ptr) Is there an general issue ...
0
votes
1answer
92 views

Margin in popup menu (qt3)

Is there any method to get rid of the huge margin on the right side? It appears to be constant, because adding some text to the menu items doesn't change its width at all.
2
votes
4answers
5k views

Generate .h and .cpp from .ui file

I have the file about.ui. As you know, inside the qt design i can do the ui.h file... But how can i make the "about.h" and the "about.cpp" from my .ui file? i have to create a .moc file too? How ...
0
votes
3answers
2k views

Qt, how to set text edit scroll bar to the bottom? C++

I have the text edit box as a chat window, but I was wondering if there was a way to set the scroll bar to be at the bottom to show the most updated message. I am currently using Qt3 and C++. ...
0
votes
2answers
1k views

Oracle Driver for Qt

Any oracle10g driver is available for QT3
4
votes
2answers
5k views

How to detect the mouse state in Qt without a MouseEvent

Okay, using Qt, I'd like to know how to detect the current state of the mouse at any point in time - without a MouseEvent. Using QCursor::pos(), you can get its position, but is there a way to ...
2
votes
4answers
1k views

Hierachical data in TreeViews and TreeView updating technique

I have lots of (hierachical) data that I show in a TreeView (could be around 20K items or more, including children items). The peculiar problem with my data is that each object shown in the treeview ...