Python Forum
[PyQt] display content from left to right in QComboBox or QLineEdit
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] display content from left to right in QComboBox or QLineEdit
#3
you can give the Combobox a fixed size.

your_combobox.setFixedWidth(xxx)
Reply


Messages In This Thread
RE: display content from left to right in QComboBox or QLineEdit - by Axel_Erfurt - May-30-2020, 04:38 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] Populate QComboBox with "text" and "userData" from database. carecavoador 0 1,651 Jun-19-2024, 02:01 PM
Last Post: carecavoador
  [PyQt] QLineEdit Caret (Text Cursor) Transparency malonn 5 5,161 Nov-04-2022, 09:04 PM
Last Post: malonn
  [PyQt] How do I display the DB table I will choose from the QComboBox in QTableWidget JokerSob 2 3,258 Aug-05-2021, 03:00 PM
Last Post: JokerSob
  How to accept only float number in QLineEdit input ism 5 34,696 Jul-06-2021, 05:23 PM
Last Post: deanhystad
  Simple printing the text for a QLineEdit thewolf 16 12,981 Mar-06-2021, 11:37 PM
Last Post: deanhystad
  PyQt5: How to retrieve a QLineEdit by its name ? arbiel 4 10,795 Oct-21-2020, 02:35 PM
Last Post: arbiel
  Two QlineEdit box, which interrelated GMCobraz 1 3,425 Aug-14-2020, 07:15 PM
Last Post: deanhystad
  [PyQt] Dynamically add and remove QLineEdit's GMCobraz 3 9,367 Jun-23-2020, 07:01 PM
Last Post: Yoriz
  prompt for input in qlineedit GMCobraz 3 4,211 Jun-22-2020, 01:51 PM
Last Post: GMCobraz
  QComboBox doesn't display selection as long as it has not lost the focus Meaulnes 3 5,750 May-07-2020, 03:42 PM
Last Post: Meaulnes

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020