Qt Designer vs Handcoding

后端 未结 6 1142
再見小時候
再見小時候 2021-01-30 04:21

Every time I start a project with some graphical toolkit, one of the first conflicts happen with the decision of how to deal with the visual design and the widget layout: A grap

6条回答
  •  不思量自难忘°
    2021-01-30 04:55

    I use a combination of both:

    1. I find for x,y coordinates, Designer is the way to go.

    2. A lot of the other UI properties etc can be set in your code.

    I think trying to do UI completely by hand-coding would be a very time consuming project. It's not as simple as setting up HTML tables.

    Yes version 4 is bad, but people at work who have used version 3 said it was REALLY bad. Lots of crashing.

    I, along with my fellow QTers, are truly hoping that version 5 will be an improvement.

    I know this is an old question, but I hope this helps! One man's experience.

提交回复
热议问题