Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Build apk with pyqtdeploy
Post: Build apk with pyqtdeploy

Hello, I've seen somewhere it's possible to create apk with pyqtdeploy. I'm wondering how to make pyqtdeploy-sysroot for android. Is there any detailed guide?
Unkovic GUI 0 724 Nov-15-2023, 11:38 PM
    Thread: PyQt5 Relative Layout
Post: PyQt5 Relative Layout

Hello, I'm working with qt designer for python and is there any way of making QvBoxLayout with QEditBox within it relative to size of QMainWindow, so when it resizes text box get resized automatically...
Unkovic GUI 1 658 Nov-09-2023, 11:08 PM
    Thread: Help with nested maps
Post: RE: Help with nested maps

(Oct-31-2023, 03:57 PM)Unkovic Wrote: The only thing I now need a help with is (nested) lists. How could we parse this? data = """ map -> map_name: string -> name = John int -&...
Unkovic General Coding Help 10 1,472 Nov-01-2023, 03:45 PM
    Thread: Help with nested maps
Post: RE: Help with nested maps

(Oct-31-2023, 03:57 PM)Unkovic Wrote: The only thing I now need a help with is (nested) lists. How could we parse this? data = """ map -> map_name: string -> name = John int -&...
Unkovic General Coding Help 10 1,472 Nov-01-2023, 01:07 AM
    Thread: Help with nested maps
Post: RE: Help with nested maps

The only thing I now need a help with is (nested) lists. How could we parse this? data = """ map -> map_name: string -> name = John int -> age = 30 string -> city = New Y...
Unkovic General Coding Help 10 1,472 Oct-31-2023, 03:57 PM
    Thread: Help with nested maps
Post: RE: Help with nested maps

(Oct-31-2023, 10:14 AM)Gribouillis Wrote: (Oct-31-2023, 10:02 AM)Unkovic Wrote: But how could i remove the main map name as a key.?. Only nested maps should be treated as keys.If you want only the...
Unkovic General Coding Help 10 1,472 Oct-31-2023, 03:28 PM
    Thread: Help with nested maps
Post: RE: Help with nested maps

(Oct-31-2023, 06:53 AM)Gribouillis Wrote: Not sure what you want to do exactly but the line map -> map_name1: does not match the map pattern at line 18, because this pattern contains the map_nam...
Unkovic General Coding Help 10 1,472 Oct-31-2023, 10:02 AM
    Thread: Help with nested maps
Post: RE: Help with nested maps

here is parse_key if needed def parse_key(self, data, key): lines = data.strip().split('\n') result = None for line in lines: line = line.strip() patte...
Unkovic General Coding Help 10 1,472 Oct-30-2023, 10:30 PM
    Thread: Help with nested maps
Post: Help with nested maps

def parse_map(self, data, map_name): lines = data.strip().split('\n') result = {} map_stack = [] for line in lines: line = line.strip() if line...
Unkovic General Coding Help 10 1,472 Oct-30-2023, 10:29 PM

User Panel Messages

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