Re: [suse-programming-e] Main Menu on MainWindow (beginner)
Prabu Subroto wrote:
Upps...
Sorry, Bulterman because I forgot to mention that I am using "QT designer".
Please tell me how to make a main menu on MainWindow in order to make the user can diplay the matched form according to the chosen menu on the main window.
Please teach me.
Gone look if it's gone work for me. (making a little test program). If that doesn't work for me I let you know... In the mean time you could look at the toolbar option. (the one under the menu bar)
Thank you very much in advance. --- "S. Bulterman" <s_bulterman@planet.nl> wrote:
Prabu Subroto wrote:
Dear my friends...
I want to have main menu on my MainWindow but I
don't
want to use the menu those offered by its wizard (File, Edit, Help). I want to have my own menu according to my demands (customer, Sales, Exit and Help) as below: Main Window of my application ====================================== !Customer!Sales!Exit! !Help! ======================================
The display of my application
======================================
I don't understand how to implement this since: " menuBar()->insertItem("&Customer", custmenu); " return some errors error.
Any body would be so nice to give me a very simple listing program as a sample for that?
Thank you very much in advance.
What Widget Toolkit are you using ????? (QT, GTK or somthing else)
__________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail
-- To unsubscribe, email: suse-programming-e-unsubscribe@suse.com For additional commands, email: suse-programming-e-help@suse.com Archives can be found at: http://lists.suse.com/archive/suse-programming-e
__________________________________ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! http://promotions.yahoo.com/new_mail
Hope This Helps, Stefan.
participants (1)
-
S. Bulterman