Re: [Interest] Qt builds

2013-03-27 Thread Алексей Павлов
Reload Qt-5.0.2 + QtCreator-2.7.0 (with patches for QTBUG 52290, 52330) 64-bit package. Package builded with MinGW-w64 GCC-4.8.0 SEH toolchain. Link to package - http://sourceforge.net/projects/mingwbuilds/files/external-binary-packages/Qt-Builds/Qt-5.0.2-preview-x64.7z/download SHA1s: qtsdk was

Re: [Interest] Qt builds

2013-03-27 Thread Алексей Павлов
2013/3/28 Petric Frank > Hello, > > On Wednesday, March 20, 2013, 09:54:35 Алексей Павлов wrote: > > Hi! > > I upload packages for Qt-5.0.2 preview with QtCreator-2.7.0-rc builded > with > > MinGW-w64 toolchains. > > Links: > > Qt-5.0.2-preview-x32.7z< > http://sourceforge.net/projects/mingwbuild

[Interest] 答复: QTableView

2013-03-27 Thread 彭亮
Hi , Yes, it can do it. I will try it. Thank you very much. ken -邮件原件- 发件人: Pritam Ghanghas [mailto:pritam_ghang...@infosys.com] 发送时间: 2013年3月27日 17:01 收件人: pengliang(彭亮); interest@qt-project.org 主题: RE: [Interest] QTableView Hi As far as I understand the problem, A proxy model on

Re: [Interest] QRegExp help: boundaries

2013-03-27 Thread Giuseppe D'Angelo
Il 27/03/2013 11:57, Sensei ha scritto: > I assume that "nothing" isn't a valid boundary here. > > Am I right? No, you're just falling into a very common error when using \b. \b matches the 0-length transition between a \w character and a \W, and the beginning and the end of the string are count

Re: [Interest] Default delegate with QTableView and QSqlTableModel

2013-03-27 Thread Tr3wory
Yes I know that, but based on this: http://qt-project.org/doc/qt-4.8/qitemeditorfactory.html#standard-editing-widgets I think it should work out of the box... tr3w On Wed, Mar 27, 2013 at 9:03 PM, preeteesh kakkar wrote: > This might help you --> > http://qt-project.org/doc/qt-4.8/itemviews-spin

Re: [Interest] QRegExp help: boundaries

2013-03-27 Thread Paul Floyd
On 27 Mar 2013, at 11:57, Sensei wrote: > On 3/27/13 11:47am, pa...@free.fr wrote: >> - Original Message - >>> You need to esc the \b. Write \\b instead. >> >> Hi >> >> There's a QRegExp tester in the Qt examples. I've always found this >> very useful for checking that the regexp is val

Re: [Interest] Default delegate with QTableView and QSqlTableModel

2013-03-27 Thread preeteesh kakkar
This might help you --> http://qt-project.org/doc/qt-4.8/itemviews-spinboxdelegate.html On Wed, Mar 27, 2013 at 3:01 PM, preeteesh kakkar < preeteesh.kak...@gmail.com> wrote: > You may be able to use QIntValidator for that particular column, by > default Qt delegate will show everything as lineed

Re: [Interest] Default delegate with QTableView and QSqlTableModel

2013-03-27 Thread preeteesh kakkar
You may be able to use QIntValidator for that particular column, by default Qt delegate will show everything as lineedit where you can put anything. If you want to show QSpinBox you need to tell that for xyz column QSpinBox Widget should open.. On Wed, Mar 27, 2013 at 2:46 PM, Tr3wory wrote: > A

Re: [Interest] problem with qml rendering

2013-03-27 Thread Herlin Matos Lastres
I have a library of components make by me and my friend, we have: LineEdits, Buttons, etc. I push a Dialogs component in a javascript stack with Qt.createComponent() On 27/03/13 15:25, Igor Grivko wrote: Hi Herlin, You provided very little information. Probably the problem is connected with

Re: [Interest] Default delegate with QTableView and QSqlTableModel

2013-03-27 Thread Tr3wory
Another piece of information: the model->data(...) returns a QVariant::LongLong... tr3w On Wed, Mar 27, 2013 at 8:32 PM, Tr3wory wrote: > Hi all, > > I have a QTableView and a connected QSqlTableModel. The database is an > SQLite database with two columns, the types are TEXT and INTEGER. > > Eve

[Interest] Default delegate with QTableView and QSqlTableModel

2013-03-27 Thread Tr3wory
Hi all, I have a QTableView and a connected QSqlTableModel. The database is an SQLite database with two columns, the types are TEXT and INTEGER. Everything is works as expected, except I don't get QSpinbox as a editor for the INTEGER column, so I can write there anything, and since the SQLite can

Re: [Interest] problem with qml rendering

2013-03-27 Thread Igor Grivko
Hi Herlin, You provided very little information. Probably the problem is connected with wrong layout of the QML objects. Can you give a small self-consistent example that shows the problem? Best regards, Igor Grivko On Wed, Mar 27, 2013 at 10:20 PM, Herlin Matos Lastres wrote: > Hi all, I'm ma

Re: [Interest] Class static members access on QThreads

2013-03-27 Thread Michael Dougras da Silva
Em 27/03/2013 12:09, Thiago Macieira escreveu: On quarta-feira, 27 de março de 2013 11.20.32, Michael Dougras Silva wrote: I am a newbie in QT, and I have difficulties in using QThreads. What occurs is that i created one class named Logger what functions like a stream to a log file. This class m

[Interest] problem with qml rendering

2013-03-27 Thread Herlin Matos Lastres
Hi all, I'm making a qml aplication, I designed it without problem but wen I run the application and maximize it there is an horizontal lines, I don' t know wath is happend. thanks. ___ Interest mailing list Interest@qt-project.org http://lists.qt-proj

Re: [Interest] Qt Installer Framework 1.3.0 released

2013-03-27 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=digia@qt-project.org > [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf > Of Sze Howe Koh > Sent: Wednesday, March 27, 2013 4:18 PM > To: Qt Interest (interest@qt-project.org) > Subject: Re: [Interest] Qt In

Re: [Interest] Qt Installer Framework 1.3.0 released

2013-03-27 Thread Sze Howe Koh
On 27 March 2013 23:06, Koehne Kai wrote: > We released Qt Installer Framework v1.3.0 today. The Qt Installer Framework > can be used to write installers for all major desktop platforms, and is e.g. > used in the Qt Creator, Qt SDK installers. > > Blog post: > https://blog.qt.digia.com/blog/201

Re: [Interest] Class static members access on QThreads

2013-03-27 Thread Thiago Macieira
On quarta-feira, 27 de março de 2013 11.20.32, Michael Dougras Silva wrote: > I am a newbie in QT, and I have difficulties in using QThreads. What occurs > is that i created one class named Logger what functions like a stream to a > log file. > This class maintains some static attributes (QFile and

[Interest] Qt Installer Framework 1.3.0 released

2013-03-27 Thread Koehne Kai
We released Qt Installer Framework v1.3.0 today. The Qt Installer Framework can be used to write installers for all major desktop platforms, and is e.g. used in the Qt Creator, Qt SDK installers. Blog post: https://blog.qt.digia.com/blog/2013/03/27/qt-installer-framework-1-3-released/ Download:

[Interest] Class static members access on QThreads

2013-03-27 Thread Michael Dougras Silva
Hi all, I am a newbie in QT, and I have difficulties in using QThreads. What occurs is that i created one class named Logger what functions like a stream to a log file. This class maintains some static attributes (QFile and QTextStream) what refers to a log file. I use this class always I want to

Re: [Interest] [Mingw-w64-public] Compiling Qt (4 or 5) with "-std=c++11"

2013-03-27 Thread Etienne Sandré-Chardonnal
I just tested 4.8.0, it works like a charm Etienne > Date: Fri, 22 Mar 2013 10:46:08 +0100 > From: Etienne Sandr?-Chardonnal > Subject: Re: [Interest] [Mingw-w64-public] Compiling Qt (4 or 5) with > "-std=c++11" > > I did test it in my app, with no improvement, but I may have to > reco

[Interest] WebGL with eglfs on Qt5.0.1 WebKit

2013-03-27 Thread Sundareson, Prabindh
WebGL is one of the key missing features in Webkit with non-X platforms today. I have WebGL functional with eglfs (GLES2 + native fb on ARM) working with a dirty patch set, needs some more attention. Patches are in below bug report. https://bugreports.qt-project.org/browse/QTBUG-30405 regards P

Re: [Interest] Qt5.0.1 regressions

2013-03-27 Thread Sundareson, Prabindh
As a follow up on Qt5 Webkit issues reported below:- - Out of the bugs filed on CSS/JS (30238-30241), one is replicated on Desktop as well, and also reported upstream, others are hopefully fixed in upstream already Thanks Thiago for forwarding to dev list, I will share WebGL update separately,

Re: [Interest] QRegExp help: boundaries

2013-03-27 Thread Sensei
On 3/27/13 11:47am, pa...@free.fr wrote: > - Original Message - >> You need to esc the \b. Write \\b instead. > > Hi > > There's a QRegExp tester in the Qt examples. I've always found this > very useful for checking that the regexp is valid and that it does as > expected. It can also produc

Re: [Interest] QRegExp help: boundaries

2013-03-27 Thread paulf
- Original Message - > You need to esc the \b. Write \\b instead. Hi There's a QRegExp tester in the Qt examples. I've always found this very useful for checking that the regexp is valid and that it does as expected. It can also produce correctly quoted strings that you can copy and pas

Re: [Interest] QRegExp help: boundaries

2013-03-27 Thread Bo Thorsen
Den 27-03-2013 11:28, Sensei skrev: > Dear all, > > I am trying to use QRegExp to find if a string contains a latex command, > but I'm puzzled on how to do that. > > In particular, for those who don't know latex, commands are (simplifying > a lot) words starting with a backslash \ and using curly p

[Interest] QRegExp help: boundaries

2013-03-27 Thread Sensei
Dear all, I am trying to use QRegExp to find if a string contains a latex command, but I'm puzzled on how to do that. In particular, for those who don't know latex, commands are (simplifying a lot) words starting with a backslash \ and using curly parentheses {} (and brackets []). For example

Re: [Interest] QTableView

2013-03-27 Thread Bo Thorsen
Or create a SQL query that does this instead of just SELECT *. That is going to be much faster than a proxy model. Bo. Den 27-03-2013 10:00, Pritam Ghanghas skrev: > As far as I understand the problem, A proxy model on top of your current sql > model should do the job. > Look at QAbstractProxyMo

Re: [Interest] QTableView

2013-03-27 Thread André Somers
Hi, First of all, please don't hijack somebody elses thread. Create a completely new message to the list instead of a reply in which you just edit the subject line. You're messing up threading. Op 27-3-2013 6:43, pengliang(??) schreef: Hi All QtableView display sql table. But I w

Re: [Interest] QTableView

2013-03-27 Thread Pritam Ghanghas
Hi As far as I understand the problem, A proxy model on top of your current sql model should do the job. Look at QAbstractProxyModel Regards, Pritam From: interest-bounces+pritam_ghanghas=infosys@qt-project.org [interest-bounces+pritam_ghanghas=infosys@q