Top "Qt4.7" questions

For issues relating to using the Qt framework, version 4.7.

How do you get System default font settings in Qt?

I am building a desktop app using Qt, my dev machine is win 7 x64 with japanese locale, standard system font …

qt windows-7 fonts locale qt4.7
How does designer create a Line widget?

In Qt Designer , you can drag a "Line" widget , which will create a line in your layout. But I checked …

qt qt4.7
Setting default make options for Qt Creator?

How can i override default make parameters , which is: make -w Each time i create a project , i had to …

qt qt-creator qt4.7
Appending number to QString with arg() , is there better ways?

I've been using QString::number () to convert numbers to string for long time , now i'm wondering if there's something better …

qt qstring qt4.7
Qt - how to save my QTableView as a Excel File?

Can anyone plz help me, how to save my QtableView as a Excel File. I have a QTableView and a …

excel qt qtableview qt4.7 qpushbutton
Qt - How can I make a particular Column of my QTableView as Non Editable?

I have a QTableView with 4 Rows and 4 columns each representing their data's in it. By default the QTableView is editable. …

c++ qt delegates qtableview qt4.7
Qt Stylesheets: How to apply style to menus? How to remove blue tinge around QTextEdit?

I am trying to make the menubar a gradient black colour and that works fine, except for the menu headings. …

qt4.7 qmenu qtstylesheets qmenubar
QTreeView multiple column, possible?

I'm using QStandardItemModel with a QTreeView, I wanted the left pane to show the nodes, and the right pane to …

qt4 qtreeview qt4.7
32-bit Qt application on win 7 x64 won't run, but runs fine from Qt Creator?

My development box is Windows 7 x64. I have both 32-bit and 64-bit versions of Qt 4.7.4 built on my box. When …

qt qt4 32bit-64bit qt4.7
How to use stylesheet to customize handle of QSlider on MacOS

On MacOS 10.6, the default handle of QSlider is a ball, if a QSlider has ticks, then the handle changes its …

qt stylesheet handle qt4.7 qslider