I have created an app in QT & I am able to deploy it in Windows. But in Mac I am facing problems.
I want to use switch-case in my program but the compiler gives me this error: switch expression of type \'开发者_StackOverflow社区QString\' is illegal
I like to show files like in the Windows Explorer or any other file manager with Qt in a list. This was no problem using QFilesystemModel开发者_开发技巧 and QListView but there were no columns like si
I have been creating an QT application butstruck in a place. I have created own custom scene class deriving from QGraphicsScene from where I add my items like car,bus etc to the screen .
I am trying to access the created / last modified and last accessed DateTime of a file , below is my sample program -
Hi I want to open the file that is in a place in my computer . I use this code but it doesn\'t open it . How can I open that file ?
I\'ve a little problem with tray icon under windows. After my Qt application stopps (normal 开发者_如何转开发exit) the icon still remains in system bar. It disapears only when I move mouse cursor over
I have some basic effect algorithms (i.e chrous, LP filtering..) which I would like to build a GUI application to be able to use these algorithms.
Hi I want to write a program to do this : 1 - give a path from user 2 - store whole of address of files that are in the path in the QStringList
I am new to Qt and I\'m creating a simple application which will playback an audio file. I realized that I am lacking the Qt Multimedia API for audio when I wrote: