Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: QTabBar Indexing is wrong for right mouse click
Post: RE: QTabBar Indexing is wrong for right mouse clic...

Hi Axel, partial are part of the import module that I did not added in my above code. And so it should be (I can't seem to find the 'edit; to my post): from functools import partial class MyWin(QtGu...
xenas GUI 2 2,521 Jan-04-2019, 10:08 PM
    Thread: QTabBar Indexing is wrong for right mouse click
Post: QTabBar Indexing is wrong for right mouse click

Hi all, I am trying to grab ahold of the mouse position + right mouse click on QTabBar where it will pops up a message to User if they want to remove the said tab. (Pardon the vague design) This is w...
xenas GUI 2 2,521 Jan-04-2019, 08:25 PM
    Thread: Balance integer list into multiple list of fixed value
Post: Balance integer list into multiple list of fixed v...

Hi all, I am trying to split the given list into multuple lists where the value limit for such splitted-list will be 10. For example, given a list, eg. init_list = [1, 2, 3, 1, 7, 4, 5, 11], I am tr...
xenas General Coding Help 1 2,249 Oct-25-2018, 09:40 PM
    Thread: Storing and using UI variables values across files
Post: RE: Storing and using UI variables values across f...

(Mar-24-2017, 10:10 PM)ichabod801 Wrote: I didn't look at your full code, but I usually do my UIs as a hierarchical set of classes with links to each other. That way they can all access the options ...
xenas General Coding Help 5 4,268 Mar-24-2017, 10:25 PM
    Thread: Storing and using UI variables values across files
Post: RE: Storing and using UI variables values across f...

(Mar-24-2017, 09:53 PM)ichabod801 Wrote: I usually handle this with an options dict: options = {'rotate': True, 'max_x': 2, 'max_y': 2, 'max_z': 2, 'threshold': 5}This could be an attribute of the m...
xenas General Coding Help 5 4,268 Mar-24-2017, 10:00 PM
    Thread: Storing and using UI variables values across files
Post: Storing and using UI variables values across files

Hi all, not so sure where I should post my thread.. Anyways I have 2 ui files - main_ui and sub_ui, along with several other files eg. utils.py (that contain common function by other scripts) etc. for...
xenas General Coding Help 5 4,268 Mar-24-2017, 09:43 PM

User Panel Messages

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