Wanting to connect a slider to a scroll area which contains buttons?
-
how do i give the slider an action to make it move the buttons up or down on the vertical layout ?
i tried using the Signal and Slots editor but it dont make any sense to me accept that i can connect things together
-
yes :) iv looked at it but it all looks the same in terms of how i structure the gui ? what am i missing? this QT is very strange to work with
-
[quote author="theblizzfreak" date="1310934733"]yes :) it all looks the same in terms of how i structure the gui ?[/quote]
i don't understand this. Can you explain more?
Edit : please don't change your post afterwards. It makes things even more complicated to follow. Use the edit button on the right like I did.
-
when i look at your example and my example they look exactly the same the only difference is yours actually moves the buttons and i dont know how to do that? please can you tell me how you did it exactly and also tell me how you figured that out please thanks! :)
-
You can see the structure of what i did on the right in Qt Designer.
I explained where you could find the buttons to add layouts, i even gave you a link to the docs where the details are explained. I suggest you go back in time and read all the posts in a chronological order. Follow the suggestions made like reading the tutorials, wiki or whatever.
If you still feel lost i strongly advise you to read a good book about Qt to get the overview you need to understand all the details. "Here is a good book :":http://www.qtrac.eu/C++-GUI-Programming-with-Qt-4-1st-ed.zip.
Read the first chapters and you will feel much comfortable using Qt. -
ill read the book :)
-
what does it mean by application-wide resources. in the book? my guess was like the applications overall coding bytes management? on page 21
its located 5 lines up from the bottom of the page
-
OK :)