Skip to content.
Skip to navigation
Site Map
Accessibility
Contact
Search Site
Advanced Search…
Trolltech
Sections
Home
Products and Services
Solutions
Developer Resources
Company
Downloads
Personal tools
You are here:
Home
→
Developer Resources
→
FAQs
→
General
Section navigation
Developer Resources
doc.trolltech.com
Trolltech Resources
Community Resources
New to Qt
Webinars and Videos
Books about Qt
FAQs
General
Licensing
Qt
Qtopia
Tasktracker
Qt Jambi
Add-ons
Support
Downloads
Bug Tracker
Document Actions
General
Search General
Up one level
All the faqs in general
I think I have found a bug in Qt. Where can I report it?
Do you offer a cross-platform IDE?
Entry number: 8 -
What does it mean if the build fails with fatal error U1054
In what ways does Qt integrate with Microsoft Visual Studio?
Can Qt Assistant be modified and redistributed with my application?
How can I make both the item picture and the item text transparent in the drag icon so that user can see what is under the drag icon?
Entry number: 86 - Troubleshooting QtService Problems on Windows
How can I handle events in the titlebar and change its color etc ?
When checking permissions on a file using QFileInfo it sometimes returns incorrect permissions when the file is on a NTFS file system. How can this be fixed?
How can I avoid drawing the focus rect on my buttons?
Entry number: 36 - Why doesn't QString::stripWhiteSpace() remove the whitespaces in my string?
How can I position the column and row labels in an QTable centrally ?
Entry number: 66 - How can I turn off the debug and release Makefile generation for my application?
I get a link error saying "uuid.lib(shguids.obj) : fatal error LNK1103: debugging information corrupt; recompile module" when building Qt
Entry number: 84 - My combobox does not have a new suitable size after I have inserted items, how can I make QComboBox adjust it's size automatically?
How do I set the width or height of the header sections in a view?
Entry number: 40 - How to hide the menu bar and the doc of Mac OS X and use whole screen for an application?
When setting a background pixmap for a widget, it is tiled if the pixmap is smaller than the widget. Is there a way to avoid this?
When an entry is read with QSettings then it will be created if it does not exist, is this correct behaviour?
How can I stack the dockwidgets vertically in the top dock area?
How can I implement drag and drop in my QListView?
How can I change the color of the items in a QListBox?
Is it possible to have no icons in the menu when using actions but use the same actions on a toolbar and have an icon there?
How can I change the header text of my model based view?
Entry number: 41 - I have a dialog that I would like to be able to close programmatically, but I don't want the user to be able to Esc or Alt-F4 or otherwise close the dialog. Could you recommend a best way to configure the dialog to achieve this?
QPushButtons with a height set to 20 or smaller are not clipped correctly on the Mac, how can this be solved?
Is there a way to tell QTreeView to always resize itself based on the contents of all columns?
How can I implement drag and drop in a QTreeWidget?
How can I make one of my toolbars appear on the right hand side of the topdock area?
How do I create a sln from a SUBDIRS template?
How can I do drag and drop in a widget in Qt 4?
How can I create a default pushbutton without the default frame ?
Entry number: 74 - I am updating the background pixmap of a QCanvas frequently and it flickers. How do I prevent this flicker?
Entry number: 96 - How can I save everything that is on QCanvas to a graphical file like *.bmp or *.png?
The stand alone designer opens when clicking on a .ui file in the Qt Visual Studio 2003 Integration, shouldn't the form appear in Visual Studio instead?
Entry number: 75 - How to embed version information and icons into windows executable / dll
I am having trouble using debug frameworks on Mac OS X, it iseems to assert inside an Apple framework before calling any of my code. What can I do?
Is it possible to change the language of Qt Assistant's GUI?
When trying to use Oracle in my application I get an error message saying "QSqlDatabase: QOCI driver not loaded". What's wrong?
Entry number: 17 - I receive the following error in the Output pane: What's wrong?
Entry number: 39 - How can I customize my What's This text depending on which widget is clicked?
If I have #define in my code then it is ignored by the moc, is this a bug?
When building with Visual C++, it uses a different copy of a specified file that has the same name. How do I fix this?
Entry number: 30 - How do I make the scrollbar thinner:
When I build Qt I see the following: and it fails to build.
Can I get a copy of the OSX binary or source for the moc utility?
How do I find out the properties of my Linux Frame Buffer?
What is the program qtusagereporter?
Entry number: 91 - Can you suggest a tool which we can use to track down memory leaks in Qt?
When setting a global color group on my Mac everything goes black. What is the problem?
How can I add tooltips to a QComboBox?
Entry number: 12 - How can I display rich text in a QTable?
Entry number: 27 - Embedding images into an executable.
Entry number: 23 - I am having problems displaying overlays on Linux with my NVIDIA card. The same code works on windows.
How can I customize Assistant for use in my application?
Entry number: 93 - I have a fixed sized dialog, but when the mouse cursor is moved over the edge of the dialog, the "arrow" cursor changes to a "resize" cursor. Is there a way to change this?
We would like to use Linguist with an MFC application, without converting MFC to Qt. Is this possible?
How can I get debug output from my Qt applications?
How can I create checkable items in a QTreeWidget?
Entry number: 97 - How can I use multicast sockets with Qt?
Entry number: 33 - I am unable to set a fixed size on my dialog, how can I do this?
Entry number: 90 - How to add <?xml version = '1.0'?> to the beginning of a QDomDocument
Entry number: 95 - How can I easily create a Visual Studio project from my existing pro file?
How can I drag from e.g a QListWidget and drop in an editable QTableView?
Entry number: 34 - Why is QHeader::setLabel() so slow in large tables?
Entry number: 83 - How do I export my form without changing the generated code?
When untaring the Qt package the following warning is seen "Tar.gz file content file "@Longlink" with zero permission and size." How can this be resolved?
Entry number: 38 - The compilation of the Qt library fails because the compiler does not find the system header files (e.g. stdio.h or windows.h). Do you know what the problem is?
How do I create a default size for the rows in a table view?
How to have custom widgets in a QListView
Entry number: 13 - Setting the DSN for a database directly with setDatabaseName()
Who implements the antialiasing? You or the platform?
Entry number: 29 - How do I get remove one of the headers in a table?
How can I get a handle to a pixmap in the form of a CoreGraphics surface/pointer on Mac?
Entry number: 68 - Why is the debug version of my application so slow?
How can I draw a transparent image?
I would like to add some widgets to a QMessageBox. How can I do it?
When doing Qt | Open Solution from .pro file in Visual Studio 2005 I get an error saying the sln file is from a previous version of Visual Studio and must be converted, what can I do?
Entry number: 20 - How can I have a debug and release build of Qt at the same time?
Entry number: 28 - How do I create a QTableItem that uses QDateTimeEdit as an editor?
When using Qt with STL it crashes with a memory access exception, how do I fix this?
Entry number: 31 - I want to change the style for one of my widgets, but I want the rest of it to follow the applications style without worrying about what the original style is.
How does Qt pick a font for the application?
Compiling a Qt program fails with error messages looking something like this: undefined reference to `_vt.11QPushButton'
Who provides consultancy for Qt?
How can I sort a QListView by date?
How can we remove properties from custom widgets in Designer?
Entry number: 94 - I am trying to set a minimum size on my dockwindow, but it does not work. The undocked window can be resized to nothing. How can I get this to work?
How can a QModelIndex be retrived from the model for an internal data item?
How can I make the tab key go from an editable combotableitem to the next cell in a QTable?
Powered by Plone CMS, the Open Source Content Management System
This site conforms to the following standards:
Section 508
WCAG
Valid XHTML
Valid CSS
Usable in any browser