Hi!
I want to open AboutDialog.ui when i click QAction "About".
Qt Code:
void MainWindow::on_actionAbout_triggered() { //Code for viewing AboutDialog.ui file here. }To copy to clipboard, switch view to plain text mode
Hi!
I want to open AboutDialog.ui when i click QAction "About".
Qt Code:
void MainWindow::on_actionAbout_triggered() { //Code for viewing AboutDialog.ui file here. }To copy to clipboard, switch view to plain text mode
Create a pointer of the class which is derived from AboutDialog.Ui.
call pointer->show();
It will display the dialog.
I am a beginner so how can i do that?
Create in Qt Designer or?
Then you should use the Newbie section! Therefore it exists.
Read this http://doc.trolltech.com/4.6/designe...a-ui-file.html and QDialog.
Can you show some exemples??
Plz =)=)
There are lots of examples bundled with Qt in the 'Examples' directory which show you how to do it.
biggerbabou (18th May 2010), tens0r (15th April 2010), Zark (14th September 2010)
Thanks, i gor it work.
Do you know how i can make a void or someting who connect to a server via RCON.
Gibnem (8th March 2013)
Bookmarks