|
In lugnet.cad.dev, Kevin L. Clague wrote:
> Hmmm..... one major difference is that I didn't use the designer for any of my
> GUI.
>
> I wonder if that is why things are different.
I'm guessing it's related, but there's presumably something you did that QT
Designer doesn't do, or vice versa. Obviously QT is designed so that apps can
be written completely without using QT Designer.
One thing you might do is create a QMainWindow subclass in QT Designer, add menu
items to that, then set that as the superclass of your current main window
class. See if the Desinger-designed menu shows up.
To be honest, I would think it would be a lot easier to maintain your main menu
using Designer. If the above test menu shows up, you might consider just doing
that and getting rid of your source-code based menu/action building.
--Travis
|
|
Message is in Reply To:
81 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|