简体   繁体   中英

Is the Qt source code complete?

I want to create some custom widgets for my Qt application and thus I need to reimplement some slots.
Now I searched the Qt source code and found ie the cpp file of QSlider ( see here ). I looked for the implementation of setValue(int) , and it is mentioned in the comments a few times, but I couldn't find the implementation.
This led me to the conclusion that either the source code is not complete or that I'm missing something.

方法setValue继承自QAbstractSlider ,你可以在这里看到它的来源。

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