Hi!
I want to open AboutDialog.ui when i click QAction "About".
Code:
void MainWindow::on_actionAbout_triggered() { //Code for viewing AboutDialog.ui file here. }
Printable View
Hi!
I want to open AboutDialog.ui when i click QAction "About".
Code:
void MainWindow::on_actionAbout_triggered() { //Code for viewing AboutDialog.ui file here. }
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.
Thanks, i gor it work.
Do you know how i can make a void or someting who connect to a server via RCON.