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.
我QDial在我的程序中使用,并且一直试图在QDial. 有没有人对此有想法。
QDial
到目前为止,我认为我可能能够扩展QDial并在其中放置标签以用于缺口,有人可以通过告诉我应该使用哪些方法来扩展QDialFor this 来帮助我。
不幸的是,没有一个 QAbstractSlider 子类默认显示标签。您将不得不扩展基类功能并自己绘制标签。另一种选择是使用 QWT。http://qwt.sourceforge.net/class_qwt_dial.html。