Python Forum
Python GUI layout off between different OS
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python GUI layout off between different OS
#6
(Jan-01-2019, 11:20 AM)Axel_Erfurt Wrote: Which layout does qtdesigner use?.

QGridLayout, QFormLayout, QVBoxLayout or simple setGeometry() ?

Qt5 Layout Management

From what I can tell QTDesigner uses the standard Geometry.

I know certain aspects of the GUI will look different based on OS like buttons etc. but the placement of the widgets on the form should be the same I would think.

Also, the example code you showed I have tried on Windows 10, Linux Ubuntu 18.04 and OSX and the placements of the widgets between OS' are the same, so that leads me to think it is something in the UI form creation based on the OS it is being created on.

What do you think ?
SHIFT838
http://shift838.99er.net

Telnet BBS:
fusionbbs.ddns.net:9640
Reply


Messages In This Thread
RE: Python GUI layout off between different OS - by shift838 - Jan-02-2019, 02:53 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pyqt5 layout Nickd12 8 3,520 Jan-18-2021, 09:09 AM
Last Post: Axel_Erfurt
  PyQt5: Add Variable Number of Rows to Layout Based on Python Dictionary kennybassett 2 4,769 Oct-02-2018, 02:05 PM
Last Post: Alfalfa
  Button click doesnt work from my second class/layout in Python imamideb 0 2,369 Feb-13-2018, 12:09 PM
Last Post: imamideb
  [Tkinter] grid layout neech 8 17,696 Oct-14-2016, 07:06 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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