Hi
I have created menu as ConTact;
And i added one action as call.
But i am not able to visible my output window......
please find my code in attachment..
Thanks
Addu
Hi
I have created menu as ConTact;
And i added one action as call.
But i am not able to visible my output window......
please find my code in attachment..
Thanks
Addu
sigh, I created by myself main.cpp, pro-file, but where is ui-file?
update you example if you wanna help from us.
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
I wonder how do you manage to compile your application without these includes
Qt Code:
#include <QAction> #include <QMenu> #include <QMenuBar>To copy to clipboard, switch view to plain text mode![]()
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
this code leads to crash
must be
after that, your app works fine.
even without ui-file.
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
Hi
Still I am not getting . Here i have attached my whole code.
crash againright here
don't see where you create yuvi.
PS. it's better to pack your project and then post the archive.
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
Hi
I am, facing same problem for my modified code...
Sorry i don't have the zip format compression tool. I have rar type tool.
Here i have posted my complete code
come on! did you run you app before posting it?!!!
it still crashes!!!
if you want help from us PLEASE check you code, run it.
why should I fix your crashes?!!
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
come on! did you run you app before posting it?!!!
it still crashes!!!
if you want help from us PLEASE check you code, run it.
why should I fix your crashes?!!
PS. @moderator, please delete this post, I made a mistake and posted it twice.![]()
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
You forgot to make "Call" Action, this causes crash.
Other things.
phonecall() is not defined yet.
and you should call setupUi() in the constractor.
Qt Code:
ui->setupUi(this); createactions(); createmenus();To copy to clipboard, switch view to plain text mode
kichi
Bookmarks