| | Re: LPub 4 Status Kevin L. Clague
|
| | (...) All I get is a single menu item in the menu bar above the desktop. It says LPub. The contents of the menu are not from LPub though. I've built LPub using QMainWindow. It has a function that returns a pointer to the menuBar(). I build all my (...) (17 years ago, 27-Mar-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| | |
| | | | Re: LPub 4 Status Travis Cobbs
|
| | | | (...) LDView has its main menu inside the .ui file for the main window. It was created and is maintained in QT Designer. Take a look at LDView.ui to see if there's anything obviously different there. --Travis (17 years ago, 27-Mar-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| | | | |
| | | | | | Re: LPub 4 Status Kevin L. Clague
|
| | | | (...) 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. Kevin (17 years ago, 28-Mar-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| | | | |
| | | | | | Re: LPub 4 Status Travis Cobbs
|
| | | | | (...) 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 (...) (17 years ago, 28-Mar-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| | | | | |
| | | | | | Re: LPub 4 Status Kevin L. Clague
|
| | | | (...) problem fixed. extern void qt_mac_set_native_me...bar(bool); qt_mac_set_native_me...bar(true); Kevin (17 years ago, 29-Mar-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| | | | |
| | | | | | Re: LPub 4 Status Travis Cobbs
|
| | | | (...) OK, now that's just plain weird. Glad to hear it's fixed, though. --Travis (17 years ago, 29-Mar-08, to lugnet.cad.dev, lugnet.cad.dev.mac)
|
| | | | |