othalan
othalan
These enhancements would greatly benefit my use cases for QTree (in particular #6493). Are updates coming?
> Do know an example of any public repos on gitlab that use coveralls we can use for testing? You can use my new project, wsrouter, which I recently released...
For anyone who also needs a workaround for this bug, here is the fix I have used in my code using `pandas`, `tzlocal` and `pytz` ```python from __future__ import annotations...
I too have this same problem. I cannot manually reorder playlist songs via drag & drop. When I drag a song I get highlights indicating it will work but nothing...
I have begun looking into this issue, but will be away from my computer for 3 days. I have not made any progress, but wanted to detail what I see...
Continuing my notes .... * `self.__drag_iters` is an empty list, populated by `__drag_data_get()` * The list is empty because `ctx.get_actions()` returns 0. This indicates no drag action is being set....
Examining GTK code and doing web searches, it is unclear if the current behavior is actually a bug or normal behavior though my suspicion is this is a GTK bug...
Note that I have not submitted a bug report to GTK3 at this time as I have not compared the behavior to other operating systems (I only have MacOS available...
> > quasarcomponents.py in the definition of class QSelect contains the following (line 190): > > ```python > > self.allowed_events = ['input', 'remove', 'add', 'new_value', 'filter', 'filter_abort', 'focus', 'blur'] >...
I notice this suggestion was not included in the latest version (v0.2.2). Is there a different mechanism which will achieve the same result? Or could this functionality be added to...