Re: [Qt-creator] Qt Creator portable for Windows

2010-06-08 Thread M. Bashir Al-Noimi
Hello, As Coda said, it's easy to make Qt Creator portable but what about Qt? Qt installer in windows needs absolute paths (at the end of installing process you'll find that the installer execute patches for absolute paths) so making Qt it self portable is exhausted procedure but I fixed this

Re: [Qt-creator] Qt Creator for Python

2010-05-11 Thread M. Bashir Al-Noimi
t; not support it any longer. You can get more information at this URL: > > http://www.activestate.com/komodo/ > > Good luck in your endeavours, > > Victor > > On 5/10/10 11:39 PM, M. Bashir Al-Noimi wrote: > >> Hi folks, >> >> Recently I forced to do some w

[Qt-creator] Qt Creator for Python

2010-05-11 Thread M. Bashir Al-Noimi
Hi folks, Recently I forced to do some web interfaces for one of my projects so I decided to learn Python because -as I read- it's easy language to learn which supports web applications (in addition to GUI/Qt application) so I need to know the following: 1. Does Qt Creator supports Python

[Qt-creator] Formatting HTML tags

2010-04-16 Thread M. Bashir Al-Noimi
Hi All, As you know there are may functions in Qt has HTML string parameter for example setHTML(QString) , *is there any way for formatting HTML strings inside Qt-Creator?* I find manual input of HTML strings in source file is very exhausting because it needs many modifications to be compati

Re: [Qt-creator] cin doesn't work on Linux

2010-03-29 Thread M. Bashir Al-Noimi
Hi, On 28/03/2010 11:35 م, Marius Cirsta wrote: Thanks for your answers. I should have posted the code I'm using when trying this. It's now attached to this mail. As you can see I'm using standard c++ code an not anything Qt related. I of course used std:: and all that stuff. My problem is th

Re: [Qt-creator] cin doesn't work on Linux

2010-03-28 Thread M. Bashir Al-Noimi
Could you provide us a snippet of your code? Do you added using namespace std; ? On 28/03/2010 01:14 م, Marius Cirsta wrote: I just wrote a simple program to use std::cin under Linux and I can't get it to work with Qt Creator 1.3.1. I get the application output but it doesn't recognize the EN

Re: [Qt-creator] Qt Creator crashes when opening files

2010-03-21 Thread M. Bashir Al-Noimi
overlays in explorer" setting to enabled. Hope that helps. Thanks this fixed the issue. Greetings, Christoph Am 20.03.2010 13:03, schrieb M. Bashir Al-Noimi: Hi folks, I was using Qt Creator from Qt SDK 2010.02.1 but after installing the new revision of Qt Creator (1.3.81) I'm not ab

[Qt-creator] Qt Creator crashes when opening files

2010-03-20 Thread M. Bashir Al-Noimi
Hi folks, I was using Qt Creator from Qt SDK 2010.02.1 but after installing the new revision of Qt Creator (1.3.81) I'm not able to open any file by browsing it or even opening it by Locator (CTRL+K) How I can fix this issue? * Important note: * I faced this problem before in kubuntu b

Re: [Qt-creator] [SOLVED] Couldn't generate ui_.h, is it a bug?

2010-03-15 Thread M. Bashir Al-Noimi
uldn't generate ui_.h, is it a bug? On Sat, Mar 13, 2010 at 08:33:07AM +0100, ext M. Bashir Al-Noimi wrote: > But the strange thing that Qt Creator suppose to remove '\' after removing > files from its project! usually it does! > yes, it should. please post the pro file *

Re: [Qt-creator] [SOLVED] Couldn't generate ui_.h, is it a bug?

2010-03-15 Thread M. Bashir Al-Noimi
With current release 1.3 - Original Message - From: Daniel Teske Sent: 03/15/10 11:37 AM To: qt-creator@trolltech.com Subject: Re: [Qt-creator] [SOLVED] Couldn't generate ui_.h, is it a bug? On Saturday 13 March 2010 08:33:07 ext M. Bashir Al-Noimi wrote: > On 13/03/2010 09:25

Re: [Qt-creator] [SOLVED] Couldn't generate ui_.h, is it a bug?

2010-03-12 Thread M. Bashir Al-Noimi
Thanks John, it's working now. But the strange thing that Qt Creator suppose to remove '\' after removing files from its project! usually it does! On Mar 12, 2010, at 9:19 PM, M. Bashir Al-Noimi wrote: On 13/03/2010 09:02 ص, John Vilburn wrote: Did you notice the WARNING:

Re: [Qt-creator] Couldn't generate ui_.h, is it a bug?

2010-03-12 Thread M. Bashir Al-Noimi
atest successful run. Any way .pro file has FORMS += mainwindow.ui \ aboutdialog.ui \ randomsgeneratordialog.ui you review that attachment file in the last post, it contains whole project. Aloha, John On Mar 12, 2010, at 8:50 PM, M. Bashir Al-Noimi wrote: Hi All, During cod

[Qt-creator] Supported Frameworks

2010-02-21 Thread M. Bashir Al-Noimi
Hi All, I want to know *which platforms Qt Create supports?* As I know Qt Creator supports: 1. Qt libraries for Windows (minGW & VS) 2. Qt libraries for Linux/X11 3. Qt libraries for Mac *What about the other platforms?* 1. Qt libraries for embedded Linux 2. Qt libraries for Windows

[Qt-creator] Qt SDK or Qt Framework

2010-02-21 Thread M. Bashir Al-Noimi
Hi All, I'm using Qt Creator for developing Qt apps from Qt SDK but lately Nokia announced that a new version of Qt is available to download so I'm wondering *is the new version of Qt includes in Qt SDK?* or *I've to download Qt Framewo

[Qt-creator] Repository for latest Qt-SDK versions on ubuntu

2010-01-18 Thread M. Bashir Al-Noimi
Hi All, As you know ubuntu official repositories doesn't have latest binaries of Qt-SDK versions (they still have Qt 4.5.2 & Qt-Creator 1.2.1) so do you know any official repository or PPA for getting latest binaries of QT-SDK versions (release or nightly build would be better)? -- Best Reg

Re: [Qt-creator] Translation & Linguist issues

2009-12-26 Thread M. Bashir Al-Noimi
On 26/12/2009 12:04 م, Andre Poenitz wrote: > On Sat, Dec 26, 2009 at 02:34:44AM +0200, M. Bashir Al-Noimi wrote: > >> On 24/12/2009 05:08 م, Andre Poenitz wrote: >> >>> >>>> 3. Is there any tool for adding tr() function automatically fo

Re: [Qt-creator] Translation & Linguist issues

2009-12-26 Thread M. Bashir Al-Noimi
On 26/12/2009 12:31 م, paulo wrote: >> >>> > On 24/12/2009 05:08 م, Andre Poenitz wrote: > >> >>>3. Is there any tool for adding tr() function automatically for >>> whole >>> strings in specific project?

Re: [Qt-creator] Translation & Linguist issues

2009-12-25 Thread M. Bashir Al-Noimi
On 24/12/2009 05:08 م, Andre Poenitz wrote: 3. Is there any tool for adding tr() function automatically for whole strings in specific project? No, unless you call perl/sed 'automatic'. Do you know how I can it? or I've to write a script by myself. 4. Currently, Phr

[Qt-creator] Translation & Linguist issues

2009-12-23 Thread M. Bashir Al-Noimi
Hi All, I'm working on creating a new open source portal so I need to find solutions for some Qt & Qt Creator issues, I wish to help me for finding them :-D 1. Is there any plan or task for integrating Linguist in Qt Creator? 2. Is there any plan or task for creating a wizard in Qt Creato

Re: [Qt-creator] Feature Request: separate keys to (un)comment

2009-10-26 Thread M. Bashir Al-Noimi
Mar wrote: > Hi, > > I can see that it is a smart option to have one shortcut for > comment/uncomment. But I would prefare the option to set two different > shortcuts, one for comment and one for uncomment. E.g. when I wand to > uncomment a block, then I have to mark the exact block, if I mark a

[Qt-creator] Bug Report: Auto-indent for documentation comments

2009-10-24 Thread M. Bashir Al-Noimi
___ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator

[Qt-creator] Feature Request: View QList type in tooltip

2009-10-24 Thread M. Bashir Al-Noimi
01.png Description: Attachment: 01.png ___ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator

Re: [Qt-creator] qdoc3 issues

2009-10-12 Thread M. Bashir Al-Noimi
Prashanth Udupa wrote: Hi, By the way, I'm using Doxygen for creating docs inside my codes, but I don't know any thing about qdoc! I tried to google about it (qdoc documentation) but I got nothing important, so could you please give me its website link? is it open source? qdoc3 is a

Re: [Qt-creator] Qt Creator plugin - Quick start

2009-10-10 Thread M. Bashir Al-Noimi
Prashanth Udupa wrote: By the way, I'm wondering why Nokia did't write docs about Qt Creator Plugins? If you run qdoc over the sources you will get a cross-referenced class documentation for some parts of Qt Creator. Though not as comprehensive as Qt documentation itself, its a decent eno

Re: [Qt-creator] Qt Creator plugin - Quick start

2009-10-10 Thread M. Bashir Al-Noimi
Prashanth Udupa wrote: > There is a document on writing Qt Creator plugins > here: http://www.vcreatelogic.com/resources/downloads/ (Other > Downloads Tab). That should be a good starting point. That's perfect, I've read the PDF quickly and I found it absolutely nice. Thanks Prashanth. By the wa

[Qt-creator] Qt Creator plugin - Quick start

2009-10-09 Thread M. Bashir Al-Noimi
Hi All, I've created a tool (by Qt) collects all application's dependencies for creating semi-standalone distro without need to re-build Qt in static mode. For that I want to convert this tool as Qt Creator plugin. Where I can find a quick start reference for creating Qt Creator plugins? ---

[Qt-creator] Posting feature requests

2009-07-22 Thread M. Bashir Al-Noimi
Hi All, Where I can post my feature requests and bug reports? Usually I'm using task-tracker through its form , but lately I've reported some posts then received auto-replies but no-one discuss, acc

[Qt-creator] [Resolved] Re: qtsdk-2009.02 didn't work in ubuntu 8.10 !

2009-06-18 Thread M. Bashir Al-Noimi
Eike Ziller wrote: Hi, On Jun 17, 2009, at 6:29 PM, ext M. Bashir Al-Noimi wrote: Hi All, Yesterday I migrated from openSuSE to ubuntu 8.10 and I faced a huge problem after installing QtCreator which is: I couldn't build any Qt project at all (see build log please) altho

[Qt-creator] qtsdk-2009.02 didn't work in ubuntu 8.10 !

2009-06-17 Thread M. Bashir Al-Noimi
Hi All, Yesterday I migrated from openSuSE to ubuntu 8.10 and I faced a huge problem after installing QtCreator which is: I couldn't build any Qt project at all (see build log please) although I installed build-essential package !! How I can fix this issue. What I need? P.S. I spent more t