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.
这只是好奇。例如,在 Windows 中,Qt 如何解释样式表?这似乎是微不足道的,但是,Qt 如何告诉操作系统改变小部件的外观?Windows API 使用哪个方法库?WPF 是否使用相同的 Windows API 库?
干杯,
Qt 自定义绘制所有小部件。Qt 可能在后台调用操作系统提供的 API 来渲染每个小部件,但 QButton 不是在窗口上使用 BUTTON 窗口类的 HWND。Qt 似乎确实使用操作系统在小部件上呈现文本,但仅使用字形,而不是 QLabel 中可用的复杂呈现。