Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
に追加QWidgetするとQSplitter、子ウィジェットのヘッダー/タイトル バーが自動的に非表示になります。それを示す方法はありますか??
QWidget
QSplitter
元:
QSplitter* sp = new QSplitter(); QWidget* wid = new QWidget(); wid->setWindowTitle("Mytitle); sp->addWidget(wid);
この場合、wid タイトル バーは自動的に非表示になるので、表示したいと思います。