Questions tagged [qt4.6]

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

Qt (pronounced officially as cute (/kyut/) though commonly pronounced as Q.T. (/ˈkyu ti/)) is a cross-platform application development framework widely used for the development of GUI programs (in which case it is known as a widget toolkit), and also used for developing non-GUI programs such as console tools and servers. wikipedia

Qt can be downloaded here.

Qt was created by Trolltech, and is currently developed and maintained by Digia.

53 questions
0
votes
1 answer

Need help with configuration of codeblocks for Qt !

codeblocks 8.02. , win xp SP2 , Qt 4.6 After installing Qt SDK, I installed QtWorkbench (codeblocks plugin that allows you to create Qt applications.) http://code.google.com/p/qtworkbench/. I worked under instructions from that page. I opened the…
nik_02
  • 131
  • 13
0
votes
2 answers

Where to put app's code on a QT app?

I'm starting with QT4, I'm wondering where to put my application code. Here? void MainWindow::changeEvent(QEvent *e) {...} Or here? (where exactly?)int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.show(); …
Petruza
  • 11,744
  • 25
  • 84
  • 136
0
votes
1 answer

QT QFileDialog how to hide hidden/backup folders (".folder")

Basically when browsing folders inside a QFileDialog I find very annoying to have everything bloated with hidden or backup folders (don't know how to call them really); specially on home. Is there a way to prevent these type of folders from showing…
Alberto Toglia
  • 381
  • 1
  • 5
  • 17
0
votes
1 answer

Error building QtDeclarative with Qt 4.6.2 on Mac OS X

I tried hard to build QtDeclarative with Qt 4.6.2 on Mac OS X (Leopard) and did lots of Googling without finding any cure. Could anyone please help to solve this problem? Thanks. Here goes the error: Undefined symbols: …
Viet
  • 17,944
  • 33
  • 103
  • 135
0
votes
1 answer

Timer in QT 4.6 ver

IS there any possible substitute of Qtimer? that maybe less developed that Qtimer thats found in 4.7 and above versions, I have QT4.6.3. from which I cannot deviate/move forward from so I wanted to know timers that would be 4.6 qt compatible?
Naaz
  • 273
  • 2
  • 6
  • 21
0
votes
0 answers

QCheckBox indicator size is wrong after stylesheet was applied

I created an own checkbox class from QCheckBox class. In my implementation I use size of checkbox indicator and checkbox label spacing for my internal algorithms. I get sizes like this: // Checkbox indicator…
Mykola Niemtsov
  • 540
  • 1
  • 7
  • 23
0
votes
1 answer

How to add a QWidget to a layout at runtime Using the QThread?

I am using Qt5.0.1 with Visual Studio 2010 integrated, I am rendering the video frames from the video file using ffmpeg with Qt as a QImage, actually i need to display the rendered video frame in runtime using a QThread. I am newbie to Qt, please…
Sivam
  • 1,099
  • 3
  • 12
  • 25
0
votes
3 answers

build a qt 4.6 from a qt 4.8

I have a project in qt-creator. that computer have Qt: 4.8.2 one of the computers i want to run the application on have Qt: 4.6.2 I can see that qt-creator have an option under the project for QtVersions, but i only got one option there "Qt 4.8.1…
Puggan Se
  • 5,738
  • 2
  • 22
  • 48
1 2 3
4