Installation and getting started with first app
-
sorry..that was typo..QtCore4.dll is correct..but where will this DLL reside ?
-
excellent Gerolf..it is working now..but my icons on buttons and Toolbar are missing in standalone application..
-
[quote author="Thomas Kennedy" date="1301650049"]excellent Gerolf..it is working now..but my icons on buttons and Toolbar are missing in standalone application..[/quote]
Could be some missing image format plugins. Please look in the forum search for "imageformats plugins", it was discussed recently with some hints about how to resolve this issue.
-
yep...now I understood how to create .qrc file..many thanks..
-
i have 7 strings with me..I would like to show them in a text editor line by line...how would i do that ??
-
I have used Insert() method to do that..thanks for no reply :-)
-
now I am showing all my available drives in my Tree widget and upon selection am able to display the total/free size of the drive. Now I want to implement two things..
1.load icons depending upon the drive type in my tree widget
2.if it is CD-ROM drive disable the user sectioncould somebody guide me on this !!!
-
Again (mentioned this before, I believe), take a look at QFileSystemModel. It does this for you already. If you don't use it yourself, then you might study its source code to find out where it gets the images from. Or, look into QFileIconProvider.
If you are using QSystemStorageInfo as your data source, then you also know which drives are a CDRom drives. Set the correct flags for those drives, and presto.