简体   繁体   中英

QT Application on Ubuntu 14.04

I have just started application development using QtCreator on Ubuntu 14.04, so far I create a window that occupies the entire desktop, nothing else yet. But I have a small 3 line icon in the top left of the window, I can drag it around, but there is no tool tip or context menu associated with this, what is it and how can I stop it from coming up? 在此处输入图片说明

When you create a new project Qt application, automatically Qt creator creates a form with a QMenuBar, a QToolBar and a QStatusBar in your QMainWindow.

To remove your small 3 lines icon, we have to open mainwindow.ui Qt form file with QtDesigner and remove QToolBar widget.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM