You are not logged in.

pedro_

Beginner

  • "pedro_" is male
  • "pedro_" started this thread

Posts: 8

Location: France

  • Send private message

1

Tuesday, July 5th 2005, 9:27am

QT 4.0 - Mixing qt designer's ui and hand coded ui

Hello,

Today, Qt designer does not allow users to create menus (cf thread)

But by now, how could I create an application with menus ? What is the best way to do so ? Create a "widget" and call that widget in a "main.cpp" ? Should I use the qt3 designer to create the menu and import the ui in qt4 ? Any other solution ?

Regards,
Pedro

2

Tuesday, July 5th 2005, 10:23am

Simple:

1. Design your userinterface with designer
2. Subclass the interface and manually add the menu or toolbar
See also: http://doc.trolltech.com/4.0/designer-using-a-component.html

pedro_

Beginner

  • "pedro_" is male
  • "pedro_" started this thread

Posts: 8

Location: France

  • Send private message

3

Wednesday, July 6th 2005, 9:10am

Terrific ! now, I can realise a nice apllication, and add the menus outside of it. :)
Thank-you tbscope.

Pedro_