keren
keren

Reputation: 29

pyQt 5 editline input size

I'm new to pyQt and couldn't find an answer online. I have created a form, and in one edit line I want the input box to be bigger and allow longer text. the only option that worked for me was the following:

window.line.setFixedHeight(200)

But I'm dealing with 2 issues:

  1. the cursor starts from the middle of the box, how can I align it to the upper left side?

enter image description here

  1. there no option to get line down using enter.

I appreciate your help. Thanks.

Upvotes: 0

Views: 361

Answers (0)

Related Questions