[Interest] Configure Toolbars and Configure Shortcuts options

2013-05-08 Thread M. Bashir Al-Noimi
Hello, As you know most KDE applications has two major options for KMainWindow & KXmlGuiWindow which is Configure Toolbars and Configure Shortcuts. Is there any similar OR alternative solution for Qt or I've to code them by myself? PS Configure Toolbars: http://img51.imageshack.us/img51/4369/kde

Re: [Interest] Setting current row in QSqlTableModel

2013-04-18 Thread M. Bashir Al-Noimi
On Thu, Apr 18, 2013 at 6:43 PM, M. Bashir Al-Noimi wrote: > Hi, > > Could you please guide me how can I set the current row in QSqlTableModel? > > PS > I’ve QTableView and QComboBox both of them attached to same QSqlTableModel > I want to set the current row in QTableView d

[Interest] Setting current row in QSqlTableModel

2013-04-18 Thread M. Bashir Al-Noimi
Hi, Could you please guide me how can I set the current row in QSqlTableModel? PS I’ve QTableView and QComboBox both of them attached to same QSqlTableModel I want to set the current row in QTableView dependeing on selected index in QComboBox. I can get the selected index in QComboBox through cur

[Interest] Deployment by Qt Installer Framework

2013-04-11 Thread M. Bashir Al-Noimi
Hello, Qt application deployment is really painful because it hasn't automatic utility for copying needed .so or .dll so I wondering does the new Qt Installer Framework do the trick? PS I tried to use it but it didn't work for first time, I think I've to give it another try. -- Best Regards Muh

[Interest] Postgresql database driver in 5.0.2

2013-04-11 Thread M. Bashir Al-Noimi
Hi, I've read the change log of Qt 5.0.2[1] and it mentioned that the new release has SQLite and Postgresql database drivers but after downloading the new release for Window 32 mingw I found it hasn't! Did I misunderstand the change log or it's something you forgot? PS - I open a suggestion[2] s

Re: [Interest] QSqlTableModel - table name issue in Postresql

2013-04-07 Thread M. Bashir Al-Noimi
Some how this issue is related but not directly. Does any one has an idea how to pass table name directly as string? On Sat, Apr 6, 2013 at 3:58 PM, Sviatoslav Feshchenko < sviatos...@outlook.com> wrote: > See if your issue is related to > QTBUG-30076

Re: [Interest] QPlainTextEdit layout bug

2013-01-29 Thread M. Bashir Al-Noimi
On 29/01/2013 10:39 ص, Diego Iastrubni wrote: On Thu, Jan 24, 2013 at 11:50 PM, M. Bashir Al-Noimi <mbno...@gmail.com> wrote: As you know Qt supports auto text layout for all Qt input widge

Re: [Interest] How to save QTextEdit content by QSqlQuery

2013-01-29 Thread M. Bashir Al-Noimi
On 28/01/2013 08:36 ص, Yves Bailly wrote: Assuming your're using some low-level SQL function and not QSqlQuery and the likes to "build" the SQL command to execute, here's something that works, albeit probably not very efficient: QString html = textEdit->toHtml(); QB

Re: [Interest] Does this time suitable for SQL plugins

2013-01-26 Thread M. Bashir Al-Noimi
On 26/01/2013 04:55 ص, Thiago Macieira wrote: > On sábado, 26 de janeiro de 2013 03.29.52, M. Bashir Al-Noimi wrote: >> Do I&aps;ve to subscribe to [Development] mailing list for adding my >> suggest? > Just remind us when the time for 5.1.0 comes, in about a month (after th

[Interest] Mailing lists vs Forums

2013-01-25 Thread M. Bashir Al-Noimi
Hi guys, I'm not sure what if this is the right place for posting this discussion but l'll be glad to share you my thoughts about the benefit of community collaboration in Qt "The Lounge" forum or even here in this mailing list https://qt-project.org/

Re: [Interest] Does this time suitable for SQL plugins

2013-01-25 Thread M. Bashir Al-Noimi
On 26/01/2013 01:05 ص, Thiago Macieira wrote: No sooner than 5.1.0. And that depends on someone stepping up to help out in the release process, including the testing of such plugins. I'll be glad to help out for testing that plugins ;-)

Re: [Interest] How to save QTextEdit content by QSqlQuery

2013-01-25 Thread M. Bashir Al-Noimi
On 26/01/2013 01:27 ص, Luis Valdés wrote: Hi, try textEdit->toPlainText(); This will erase all HTML format which I need! On Jan 25, 2013 8:51 PM, "M. Bashir Al-Noimi" <mbno...@gmail.com> wrote:

[Interest] How to save QTextEdit content by QSqlQuery

2013-01-25 Thread M. Bashir Al-Noimi
Hi guys, I want to save the content of QTextEdit to the database through QSqlQuery... how can I do that? Running textEdit->toHtml() won't work because the returned string has many illegal characters to execute into sql. -- Best Regards Muhammad

Re: [Interest] Does this time suitable for SQL plugins

2013-01-25 Thread M. Bashir Al-Noimi
On 25/01/2013 05:23 م, Thiago Macieira wrote PLEASE don't send HTML-only emails to the mailing list. I already configured my Thunderbird for sending plain and HTML text. You can double check you KMail configurations ;-) We might be able to

[Interest] Does this time suitable for SQL plugins

2013-01-25 Thread M. Bashir Al-Noimi
Hi, As you know there was a problem with licensing for Postgresql and MySQL plugins so all Qt developers has to build their SQL plugins by themselvs. Currently Qt got a new spirit with Qt5 & Digia so I'm asking: Is there any plans to mak

[Interest] QPlainTextEdit layout bug

2013-01-24 Thread M. Bashir Al-Noimi
Hi, As you know Qt supports auto text layout for all Qt input widgets but recently I noticed that QPlainTextEdit doesn't!! Could anyone tell me if this is wrong or right before filing a new bug report. As you can see in this screenshot Q

Re: [Interest] Bringing Qt, C++ To The Web

2013-01-18 Thread M. Bashir Al-Noimi
On 17/01/2013 09:50 م, Jason H wrote: What is the "web" you speak of? LOL Anyway, that [zero-install] is definitely a legitimate issue. However I have to puke and kick a puppy when it comes to overall web development. We were appro

Re: [Interest] Bringing Qt, C++ To The Web

2013-01-18 Thread M. Bashir Al-Noimi
On 16/01/2013 09:30 م, Pau Garcia i Quiles wrote: On Wed, Jan 16, 2013 at 9:16 PM, Jan Krause wrote: I read this post yesterday, I found Emscripten-Qt really promisin

Re: [Interest] QTextEdit is too slow - hints needed

2013-01-16 Thread M. Bashir Al-Noimi
On 16/01/2013 09:47 ص, M. Bashir Al-Noimi wrote: On 15/01/2013 01:16 ص, JM wrote: Hi all, I am using QTextEdit to display log text files, just like the Unix command tail -f. My current implementation just displays the last 5 lines and

Re: [Interest] QTextEdit is too slow - hints needed

2013-01-16 Thread M. Bashir Al-Noimi
On 15/01/2013 01:16 ص, JM wrote: Hi all, I am using QTextEdit to display log text files, just like the Unix command tail -f. My current implementation just displays the last 5 lines and then follows the growing log file, displaying lines as they come. Now, I am asked to

[Interest] Bringing Qt, C++ To The Web

2013-01-16 Thread M. Bashir Al-Noimi
Hi, I read this post yesterday, I found Emscripten-Qt really promising project, even I found it in Qt repository. Does anyone know whether Emscripten-Qt will join to Qt project? -- Best Regards Muhammad Bashir Al-Noimi __

Re: [Interest] Qt5 what's missing?!

2013-01-16 Thread M. Bashir Al-Noimi
On 16/01/2013 08:52 ص, Tomasz Siekierda wrote: A lot has changed in the meantime. Qt5 is modularised + it has numerous new dependencies, and Symbian support was dropped (no maintainers). New SDK is in the works and it will get better as time

[Interest] Qt5 what's missing?!

2013-01-15 Thread M. Bashir Al-Noimi
Hi guys, Qt5 is really nice step at the right direction specially with the new architecture (allowing to use Qt in Android & iOS) but the recent distro wasn't so much durable at all by comparing to last Nokia distro because it misses two important things:

Re: [Interest] Report designer

2013-01-04 Thread M. Bashir Al-Noimi
On 04/01/2013 10:42 م, M. Bashir Al-Noimi wrote: On 04/01/2013 11:30 ص, Ilya Diallo wrote: Hi, NCReport is a commercial product. For a well tested open source tool, see for instance OpenRPT

Re: [Interest] Report designer

2013-01-04 Thread M. Bashir Al-Noimi
On 04/01/2013 11:30 ص, Ilya Diallo wrote: Hi, NCReport is a commercial product. For a well tested open source tool, see for instance OpenRPT (http://www.xtuple.com/openrpt). NB OpenRPT is now bundled in the xTuple ERP installer, but