[Interest] Can I build Qt 4.8.1 with PDB files of the release version DLLs?

2012-05-07 Thread liang jian
I build Qt 4.8.1 in Windows 7 x64, using the following configure option: configure.exe -shared -debug-and-release -platform win32-msvc2010 -no-dsp -no-qt3support -no-webkit After build completion, I can't find PDB files for Qt's release version DLLs, such as QtCore4.PDB. But the PDB fil

Re: [Interest] problem building qwt in windows

2012-05-07 Thread Alex Malyushytskyy
I would recommend looking for help on Qwt forum, it is separated product and has nothing to do with Qt besides it is using it. It is like asking such question on Widows forums, cause your have Windows installed. As for building problem, just from my experience QWT pro file is too complicated and v

Re: [Interest] deleting row from QSqlTableModel - not working

2012-05-07 Thread Alex Malyushytskyy
try the following ( assuming index is equal to row ): view->model()->removeRow(index); Alex On Sat, May 5, 2012 at 5:29 AM, Sujan Dasmahapatra wrote: > I am trying to delete a row from QSqlTableModel which is show in the > QTableView but it's not working please help. > >     MainWindow *mainwin

Re: [Interest] Qt-Creator debug problem

2012-05-07 Thread André Pönitz
On Mon, May 07, 2012 at 03:41:19PM +0200, Sujan Dasmahapatra wrote: > No I dint try with command line. It is in windows Qt-creator. For some files > in > the project, debugger is working fine, but for some other files its showing > error, it is not moving from the breakpoint when pressing F10. As

[Interest] Bug in Qt 4.8's destruction of QWizard fields??

2012-05-07 Thread Carl Schumann
Qt Community, I have an application that core dumps when a user goes back and forth through its wizard such that some wizard fields that are initially created are no longer needed. Qt does appear to detect a need to clean up and calls the following routine in src/gui/dialogs/qwizard.cpp: vo

Re: [Interest] New ICSNetwork Webcast Released - Qt and HTML5: The Best of Both Worlds

2012-05-07 Thread Mülner , Helmut
> The latest ICSNetwork webcast, Qt and HTML5: The Best of Both Worlds, is > currently available for download at www.ics.com/icsnetwork. > This webcast describes HTML5 and how it can be used to develop applications, >both on its own and with the Qt toolkit. Now if we could use HTML5 video a

[Interest] New ICSNetwork Webcast Released - Qt and HTML5: The Best of Both Worlds

2012-05-07 Thread Lynn Gray
The latest ICSNetwork webcast, *Qt and HTML5: The Best of Both Worlds,* is currently available for download at www.ics.com/icsnetwork. This webcast describes HTML5 and how it can be used to develop applications, both on its own and with the Qt toolkit. *ICS is Of

Re: [Interest] resizing child window with parent window

2012-05-07 Thread Andre Haupt
On Mon, May 07, 2012 at 03:49:45PM +0200, Sujan Dasmahapatra wrote: > Please give me some idea on resizing the child window. I have parent > widget, when resizing this parent widget, I want all my other child > widgets should also resize accordingly. > > > > I have tried with QFormLayout, with

[Interest] resizing child window with parent window

2012-05-07 Thread Sujan Dasmahapatra
Please give me some idea on resizing the child window. I have parent widget, when resizing this parent widget, I want all my other child widgets should also resize accordingly. I have tried with QFormLayout, with formlayout, the widget's size is changing, e.g a pushbutton is coming horizontally

Re: [Interest] Qt-Creator debug problem

2012-05-07 Thread Sujan Dasmahapatra
No I dint try with command line. It is in windows Qt-creator. For some files in the project, debugger is working fine, but for some other files its showing error, it is not moving from the breakpoint when pressing F10. Kind regards, Sujan Dasmahapatra Project Leader, Aero Grou

Re: [Interest] Qt-Creator debug problem

2012-05-07 Thread Daniel França
It seems it cannot set the breakpoint. did you try to use gdb via command line? On Mon, May 7, 2012 at 8:11 AM, wrote: > > > > -Original Message- > > From: interest-bounces+kai.koehne=nokia@qt-project.org > > [mailto:interest-bounces+kai.koehne=nokia@qt-project.org] On Behalf >

[Interest] Qt5 qml only and qfiledialog, qfontdialog, ... crash

2012-05-07 Thread qtnext
Hi, I have started a new desktop application trying to use only qml with Qt5 : I need to choose file. There is now no ready to use components to open, choose a file, so I have tryed to add widgets module in the pro file, and use Qfiledialog ... I can open QFileDialog, but when I close the di

Re: [Interest] Having two QDeclerativeContexts , setSource of one through the other?

2012-05-07 Thread kai.koehne
> -Original Message- > From: siv...@gmail.com [mailto:siv...@gmail.com] On Behalf Of ext Sivan > Greenberg > Sent: Monday, May 07, 2012 11:08 AM > To: Koehne Kai (Nokia-MP/Berlin) > Cc: interest@qt-project.org > Subject: Re: [Interest] Having two QDeclerativeContexts , setSource of one > th

Re: [Interest] Qt-Creator debug problem

2012-05-07 Thread kai.koehne
> -Original Message- > From: interest-bounces+kai.koehne=nokia@qt-project.org > [mailto:interest-bounces+kai.koehne=nokia@qt-project.org] On Behalf > Of ext Sujan Dasmahapatra > Sent: Monday, May 07, 2012 1:02 PM > To: interest@qt-project.org > Subject: [Interest] Qt-Creator debug

Re: [Interest] Having two QDeclerativeContexts , setSource of one through the other?

2012-05-07 Thread Sivan Greenberg
Hello Kai, thanks for the reply. On Mon, May 7, 2012 at 11:33 AM, wrote: > If I got your description right you're talking about two different UI's, > where one sets parameters to the other. I'd try to keep the two >things > decoupled from the QML perspective, and rather have a clean interface

Re: [Interest] Print Dialog to print web page

2012-05-07 Thread Lucas.Betschart
> I am in a work to create a web browser,I modified the fancy browser source > code, My problem is how to pop up print dialog to print my web page QPrinter printer; QPrintDialog *printerDialog = new QPrintDialog(&printer, this); if (printerDialog->exec() == QDialog::Accepted) {

Re: [Interest] Having two QDeclerativeContexts , setSource of one through the other?

2012-05-07 Thread kai.koehne
> -Original Message- > From: interest-bounces+kai.koehne=nokia@qt-project.org > [mailto:interest-bounces+kai.koehne=nokia@qt-project.org] On Behalf > Of ext Sivan Greenberg > Sent: Friday, May 04, 2012 7:04 PM > To: Interests Qt > Subject: [Interest] Having two QDeclerativeContexts

Re: [Interest] QML property binding chains?

2012-05-07 Thread kai.koehne
> -Original Message- > From: interest-bounces+kai.koehne=nokia@qt-project.org > [mailto:interest-bounces+kai.koehne=nokia@qt-project.org] On Behalf > Of ext Jeremy > Sent: Friday, May 04, 2012 6:48 PM > To: interest@qt-project.org > Subject: [Interest] QML property binding chains?