Re: [Interest] How to get QMainWindow derived window to show

2021-05-01 Thread Konstantin Shegunov
On Sat, May 1, 2021 at 1:22 AM Nicholas Yue wrote: > but somehow, the MainWindow variety, I have not been able to > > > https://github.com/nyue/QtQuestions/blob/main/Qt5/language_change/mainwindow/MainWindow.cpp > You're treating the main window that's instantiated as a `QWidget`. Simply: int

Re: [Interest] How to get QMainWindow derived window to show

2021-04-30 Thread Jeremy Katz
On 30/Apr/21 15:20, Nicholas Yue wrote: > Hi, > >   I am learning and comparing the different UI I can create via Designer > >   I can get the Widget to load and show up > > https://github.com/nyue/QtQuestions/blob/main/Qt5/language_change/form/Form.cpp >

[Interest] How to get QMainWindow derived window to show

2021-04-30 Thread Nicholas Yue
Hi, I am learning and comparing the different UI I can create via Designer I can get the Widget to load and show up https://github.com/nyue/QtQuestions/blob/main/Qt5/language_change/form/Form.cpp but somehow, the MainWindow variety, I have not been able to https://github.com/nyue/QtQuest