How to edit a .ui file
-
i want to run qt examples code from QtMobility Examples, in that i got a .ui file , when in qt i open a new .ui file and then i want to copy that example.ui i am unable to do, how to do that.
source code = http://doc.qt.nokia.com/qtmobility/sensors-sensor-explorer-explorer-ui.html -
In Qt Creator, right-click on the file in the list and select "edit with... plain text editor". You can copy/paste then. Or use your favorite text editor and do it there. .ui files are regular text files containing XML.
The easiest way would be to go to qtmobilities sources and grab the file from there.