Hi,

I am not sure what resources you have been reading, but there is not going
to be a difference in what kind of functionality you can accomplish in your
UI, by switching to C++ Qt over Python (PyQt/PySide). Nor is there any
difference whether you use Qt Designer or not. It is all the same Qt
framework regardless of the programming language language. You can build
complex behaviour either way.

C++ may offer benefits over python in certain situations where performance
becomes a concern. This could be situations like intense painting
operations, or iterating huge models or data sets.

If you are much more comfortable programming in C++, then use that. If you
enjoy python, and want the faster prototyping of an interpreted language,
use Python.

Justin


On Fri, Nov 3, 2017, 3:22 AM Adam Baker <[email protected]> wrote:

> reference image
>
> On Thursday, 2 November 2017 10:01:31 UTC-4, Adam Baker wrote:
>>
>> Hey all,
>>
>> I haven't seen much posted about building more complex UI's with Python.
>> I've been trying to learn how build "changing" UI ( building UI's that can
>> collapsing based on the users needs). In this research most of the document
>> and tutorials point to me switching and used QT and QT designer instead of
>> the build in Python syntax. If anyone can help me, either with pointing me
>> in the right direction or letting me know if I should switch to using QT
>> instead ( positives and negatives of using QT).
>>
>>
>> -Adam B.
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Python Programming for Autodesk Maya" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/19788377-b01f-4f89-81a3-aae38af35c25%40googlegroups.com
> <https://groups.google.com/d/msgid/python_inside_maya/19788377-b01f-4f89-81a3-aae38af35c25%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA3K_C5owVbNtfaiSAg9kQhJ%3DBCPPSm1O1VACwuGMsuw_Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to