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.
我尝试寻找Gtkmm 3.0 的类似物Qt::CustomizeWindowHint。Qt::Tool
Qt::CustomizeWindowHint
Qt::Tool
我想设计一个没有系统按钮的简单程序,如关闭、全屏模式等。 在官方文档中我找不到它。
请帮我。
使用window->set_decorated(false), 虽然它只是对窗口管理器的提示。一些窗口管理器不支持没有系统按钮的窗口。
window->set_decorated(false)