PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 562 - pyside-uic does not generate some layers properties
: pyside-uic does not generate some layers properties
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: pyside-tools
: 0.2.5
: PC Linux
: P3 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2010-12-21 12:37 EET by Hereldar
Modified: 2011-02-02 15:46 EET (History)
8 users (show)

See Also:


Attachments
Qt Designer generated file (2.18 KB, application/xml)
2010-12-21 12:37 EET, Hereldar
Details
Qt Designer generated file (27.25 KB, application/octet-stream)
2011-02-01 14:32 EET, Hereldar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hereldar 2010-12-21 12:37:58 EET
Created attachment 201 [details]
Qt Designer generated file

Steps to Reproduce:
-------------------

    1) Generate python code:

    pyside-uic LayoutTest.ui -o LayoutTest.py

Actual Results:
---------------

    self.gridLayout = QtGui.QGridLayout(Test)
    self.gridLayout.setObjectName("gridLayout")

Expected Results:
-----------------

    self.gridLayout = QtGui.QGridLayout(Test)
    self.gridLayout.setObjectName("gridLayout")
    self.gridLayout.setRowStretch(0, 1)
    self.gridLayout.setRowStretch(1, 1)
    self.gridLayout.setRowStretch(2, 2)
    self.gridLayout.setColumnStretch(0, 0)
    self.gridLayout.setColumnStretch(1, 2)
    self.gridLayout.setColumnStretch(2, 1)
    self.gridLayout.setRowMinimumHeight(0, 150)
    self.gridLayout.setColumnMinimumWidth(0, 90)

Platform:
---------

    Distribution: Kubuntu 10.10
    KDE S.C.:     4.5.4
    Qt:           4.7.0
    PySide:       1.0.0~beta1
    PySide Tools: 0.2.3
Comment 1 Matti Airas 2010-12-22 07:58:06 EET
Thanks again, prioritizing P3.

I have to say your reports are quite exemplary in their clarity and
readability. :-)
Comment 2 Hereldar 2010-12-22 08:25:57 EET
(In reply to comment #1)

It's all right. Thank you for the great work you are doing.
Comment 3 Hugo Parente Lima 2011-01-13 17:09:40 EET
Fixed in commit:

pyside-tools/cea64df8aedfdb2c8d8fe60bc329e6d15080e14d
Comment 4 renato filho 2011-01-21 15:44:46 EET
release beta4
Comment 5 Hereldar 2011-02-01 14:32:36 EET
Created attachment 241 [details]
Qt Designer generated file

Excuse reopen this bug but I'm using the beta 4 and is not resolved. In the
attachment you can check.

Steps to Reproduce:
-------------------

    1) Generate python code:

    pyside-uic LayoutTest2.ui -o LayoutTest2.py

Actual Results:
---------------

    self.gridLayout_8 = QtGui.QGridLayout(self.centralwidget)
    self.gridLayout_8.setObjectName("gridLayout_8")

Expected Results:
-----------------

    self.gridLayout_8 = QtGui.QGridLayout(self.centralwidget)
    self.gridLayout_8.setObjectName("gridLayout_8")
    self.gridLayout_8.setColumnStretch(0, 3)
    self.gridLayout_8.setColumnStretch(1, 0)
    self.gridLayout_8.setColumnStretch(2, 2)
    self.gridLayout_8.setColumnStretch(3, 0)
    self.gridLayout_8.setColumnStretch(4, 3)
    self.gridLayout_8.setColumnStretch(5, 0)
    self.gridLayout_8.setColumnStretch(6, 4)

Platform:
---------

    Distribution: Kubuntu 11.04
    KDE S.C.:     4.6.0
    Qt:           4.7.1
    PySide:       1.0.0~beta4
    PySide Tools: 0.2.5
Comment 6 Hereldar 2011-02-01 14:38:07 EET
Excuse reopen this bug but I'm using the beta 4 and is not resolved. In the
attachment you can check.
Comment 7 Hugo Parente Lima 2011-02-01 15:10:49 EET
This bug was fixed on version 0.2.6 of pyside-tools, you are using the version
0.2.5.

If there's no packages yet for pyside-tools 0.2.6, you can download and compile
the tarball yourself:

http://www.pyside.org/files/pyside-tools-0.2.6.tar.bz2
Comment 8 renato filho 2011-02-02 15:46:05 EET
released on beta 5