简体   繁体   English

关于Qt Creator IDE UI

[英]About Qt Creator IDE UI

Please look the image below , I want to know what are the components of the three regions? 请看下面的图片,我想知道这三个区域的组成部分是什么?
I think: 我认为:

  • A - is QToolBar + QAction A-是QToolBar + QAction
  • B - is QListView B-是QListView

  • C - I don't know what it is C-我不知道那是什么

Have you any examples to create Qt IDE style ? 您是否有创建Qt IDE样式的示例?

Thanks. 谢谢。

Qt创建者UI

You can use spy++ tool in the Microsoft Visual Studio ( any version ) That shows the class name of the window control by selected. 您可以在Microsoft Visual Studio(任何版本)中使用spy ++工具,该工具通过选择显示窗口控件的类名。

  1. run spy++ 运行间谍++
  2. click main toolbar -> log message 单击主工具栏->日志消息
  3. it shows a dialog 它显示一个对话框
  4. click search tool in top right and drag to the window control you want 单击右上角的搜索工具,然后拖动到所需的窗口控件
  5. see class name in the dialog. 在对话框中查看类名。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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