how to read documentations
-
Hi , iam new to Qt. Everytime when i need something to add or insert , i need to use google or rely on someone , how to read the Qt documentations ,
for example , https://doc.qt.io/qt-6/qabstractslider.html#value-prop
how to read this above documentation link
-
Hi , iam new to Qt. Everytime when i need something to add or insert , i need to use google or rely on someone , how to read the Qt documentations ,
for example , https://doc.qt.io/qt-6/qabstractslider.html#value-prop
how to read this above documentation link
@azhagan2 said in how to read documentations:
how to read this above documentation link
I'm not sure what you're actually asking?
If you mean how to find the documentation then in QtCreator (I assume you're using QtCreator, you did not say anything) position the text cursor on something you want to read about and press F1. -
@azhagan2 said in how to read documentations:
how to read this above documentation link
I'm not sure what you're actually asking?
If you mean how to find the documentation then in QtCreator (I assume you're using QtCreator, you did not say anything) position the text cursor on something you want to read about and press F1. -
@jsulm i mean , how to understand what i really want from the documentations , i felt really difficult to write code by reading those documents, coz i don't understand the documentations
-
@azhagan2 Sorry, but I can't answer such a generic question! I don't know what you don't understand. But if you don't understand something from documentation you can also ask here, people will explain and help.
@jsulm Thanks for the support , Ok now ,could you please build a code to how to set the slider to the bottom of the scroll area , from the links you provided me yesterday , so that i could try to understand how to read and write the code from documentations .
https://doc.qt.io/qt-6/qabstractslider.html#maximum-prop
https://doc.qt.io/qt-6/qabstractslider.html#value-prop
Thanks :)
-
@jsulm Thanks for the support , Ok now ,could you please build a code to how to set the slider to the bottom of the scroll area , from the links you provided me yesterday , so that i could try to understand how to read and write the code from documentations .
https://doc.qt.io/qt-6/qabstractslider.html#maximum-prop
https://doc.qt.io/qt-6/qabstractslider.html#value-prop
Thanks :)