|
Hi, I was wondering if there was a way to use the boost library in Qt-creator (the IDE version of Qt).
Thanks, A.
Started by Aashay on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you don't want.
I'm pretty sure Qt Creator doesn't require the use of Qt in your application.
|
|
I've got a PyString* object that I would like to see the contents of. Is there any way to see the text of the PyString using Qt Creator's debugger?
PyObject *import_str = PyString_InternFromString("__import__");
If it makes a difference, Qt Creator is...
Started by Walter Nissen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For instance: QString is a custom class as well,....
This is because PyObject is a custom class that Qt Creator/gdbv does not know how to handle.
I doubt that Qt Creator can display the contents of the string like it does with QString , etc.
|
|
I installed Qt SDK (Qt framework + Qt Creator) but didn't like the layout of folders so I deleted it (without uninstalling), moved framework in one place and Qt Creator in another and installed Qt framework and Qt Creator separately placing each over ...
Started by Piotr Dobrogost on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't have Qt Creator installed, but I suppose it may store this setting somewhere on filesystem, look in your %HOME% or %APPDATA% for directories associated with Qt Creator and search the files.
|
Ask your Facebook Friends
|
Quick Q:
has anyone here already worked with the Rational / IBM CAL and knows if at all, and how to check for a view's creator/owner (username)? Elements, Vobs etc all have an Owner/Creator, but for some reason views do not?
Cheers and thanks, -J
Started by Jörg Battermann on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
After having checked cc_cal.chm (found in C:\Program Files\IBM, in the latest 7.1.0.1 version of ClearCase installation), I have found their ICCView interface very incomplete... .
I have only do small VB scripts with CAL, as illustrated in this answer about label .
|
|
I'm a Kindle DX owner and I normally download some free PDFs from the internet, but I prefer to read then using the PRC format. As I'm a Linux user, I can't use Mobipocket Creator, then I want to ask for a alternative.
Started by Nathan Campos on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
So you can install mobipocket creator using a virtual machine, but you.
But mobipocket creator doesn't run in wine.
Mobipocket creator to extract the images and then to make a prc without these images.
|
|
How to compile only one file from project in QT creator. Is there a hotkey? For example in VS you can press Ctrl F7 and compile your current cpp file.
Started by riopan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can track the feature.
Compiling only one file of a project is not yet supported by Qt Creator.
Normally if you hit CTRL + B , Qt Creator will call make , which will in turn compile any files.
|
|
How can I configure Qt Creator and/or gdb so that while debugging my program using Qt libraries the debugger would avoid stepping into Qt's source files?
Started by Piotr Dobrogost on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Look around qt-creator for the gdb startup script - they might:
(gdb) set auto-solib-add off
In Qt....
Of the qt libraries it must know where they are - it's likely that qt-creator is telling gdb where they are when it launches the debugger.
|
|
Hi,
Anyone knows about some 8-bit game creator software that runs under GNU/Linux?
I want to make some funny game in my spare time, but I prefer to have a tool (or a set of tools) that will help to keep it just a spare-time-project, thus not involving...
Started by dag729 on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
From point and click game creating, you could find eventually ... .
There are no 8-bit game creators, that I know of, especially in a point and click way, and even less for GNU/Linux.
Your request is VERY specific, and as such, very hard to fulfill .
|
|
I am writing a program wherein i will need to do a stupendous number of numerical calculations. But since I am developing the front end of the program in Qt Creator, I have as yet been dealing with MinGW.
As such, is there any way to integrate or use ...
Started by Aashay on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Edit: To clarify, you may need the whole 'SDK' rather than just the creator.
I think so but you need to rebuild / reconfigure Qt Creator as documented in the Deploying is probably what you need.
|
|
Who are the creators of C#?
Of course it is Microsoft but are there any major players that can be mentioned as architects, thinkers etc. behind the scenes? (Besides Gosling and Stroustrup that is...)
Started by Chris_45 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
He then went to Borland where he created Turbo Pascal and later he was also part of ... .
In the eighties I learned to program Pascal using the PolyPascal compiler created by Anders Hejlsbjerg .
If any single person should be named it is Anders Hejlsbjerg .
|