Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 83805
Collapse All | Expand All

(-)archlib/aboutbase.py.orig (-1 / +1 lines)
Lines 881-887 Link Here
881
        layout3.addItem(spacer)
881
        layout3.addItem(spacer)
882
882
883
        self.okbutton = QPushButton(self,"okbutton")
883
        self.okbutton = QPushButton(self,"okbutton")
884
        self.okbutton.setSizePolicy(QSizePolicy(0,0,0,0,self.okbutton.sizePolicy().hasHeightForWidth()))
884
        self.okbutton.setSizePolicy(QSizePolicy(QSizePolicy.Fixed,QSizePolicy.Fixed,0,0,self.okbutton.sizePolicy().hasHeightForWidth()))
885
        layout3.addWidget(self.okbutton)
885
        layout3.addWidget(self.okbutton)
886
        spacer_2 = QSpacerItem(40,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
886
        spacer_2 = QSpacerItem(40,20,QSizePolicy.Expanding,QSizePolicy.Minimum)
887
        layout3.addItem(spacer_2)
887
        layout3.addItem(spacer_2)
(-)archlib/filefilterbase.py.orig (-1 / +1 lines)
Lines 61-67 Link Here
61
        layout5.addWidget(self.textLabel1)
61
        layout5.addWidget(self.textLabel1)
62
62
63
        self.pathType = QComboBox(0,self,"pathType")
63
        self.pathType = QComboBox(0,self,"pathType")
64
        self.pathType.setSizePolicy(QSizePolicy(0,0,0,0,self.pathType.sizePolicy().hasHeightForWidth()))
64
        self.pathType.setSizePolicy(QSizePolicy(QSizePolicy.Fixed,QSizePolicy.Fixed,0,0,self.pathType.sizePolicy().hasHeightForWidth()))
65
        layout5.addWidget(self.pathType)
65
        layout5.addWidget(self.pathType)
66
66
67
        self.pathEdit = QLineEdit(self,"pathEdit")
67
        self.pathEdit = QLineEdit(self,"pathEdit")
(-)archlib/patchfilterbase.py.orig (-5 / +5 lines)
Lines 28-34 Link Here
28
        layout4.addWidget(self.creatorCaseCheckBox,4,3)
28
        layout4.addWidget(self.creatorCaseCheckBox,4,3)
29
29
30
        self.fileListType = QComboBox(0,self,"fileListType")
30
        self.fileListType = QComboBox(0,self,"fileListType")
31
        self.fileListType.setSizePolicy(QSizePolicy(0,0,0,0,self.fileListType.sizePolicy().hasHeightForWidth()))
31
        self.fileListType.setSizePolicy(QSizePolicy(QSizePolicy.Fixed,QSizePolicy.Fixed,0,0,self.fileListType.sizePolicy().hasHeightForWidth()))
32
32
33
        layout4.addWidget(self.fileListType,1,1)
33
        layout4.addWidget(self.fileListType,1,1)
34
34
Lines 73-79 Link Here
73
        layout4.addMultiCellWidget(self.enableCheckBox,0,0,0,1)
73
        layout4.addMultiCellWidget(self.enableCheckBox,0,0,0,1)
74
74
75
        self.summaryType = QComboBox(0,self,"summaryType")
75
        self.summaryType = QComboBox(0,self,"summaryType")
76
        self.summaryType.setSizePolicy(QSizePolicy(0,0,0,0,self.summaryType.sizePolicy().hasHeightForWidth()))
76
        self.summaryType.setSizePolicy(QSizePolicy(QSizePolicy.Fixed,QSizePolicy.Fixed,0,0,self.summaryType.sizePolicy().hasHeightForWidth()))
77
77
78
        layout4.addWidget(self.summaryType,2,1)
78
        layout4.addWidget(self.summaryType,2,1)
79
79
Lines 82-88 Link Here
82
        layout4.addWidget(self.summaryCaseCheckBox,2,3)
82
        layout4.addWidget(self.summaryCaseCheckBox,2,3)
83
83
84
        self.fileListEdit = QLineEdit(self,"fileListEdit")
84
        self.fileListEdit = QLineEdit(self,"fileListEdit")
85
        self.fileListEdit.setSizePolicy(QSizePolicy(7,0,3,0,self.fileListEdit.sizePolicy().hasHeightForWidth()))
85
        self.fileListEdit.setSizePolicy(QSizePolicy(QSizePolicy.Expanding,QSizePolicy.Fixed,3,0,self.fileListEdit.sizePolicy().hasHeightForWidth()))
86
86
87
        layout4.addWidget(self.fileListEdit,1,2)
87
        layout4.addWidget(self.fileListEdit,1,2)
88
88
Lines 91-97 Link Here
91
        layout4.addWidget(self.textLabel1_2_2,3,0)
91
        layout4.addWidget(self.textLabel1_2_2,3,0)
92
92
93
        self.descriptionType = QComboBox(0,self,"descriptionType")
93
        self.descriptionType = QComboBox(0,self,"descriptionType")
94
        self.descriptionType.setSizePolicy(QSizePolicy(0,0,0,0,self.descriptionType.sizePolicy().hasHeightForWidth()))
94
        self.descriptionType.setSizePolicy(QSizePolicy(QSizePolicy.Fixed,QSizePolicy.Fixed,0,0,self.descriptionType.sizePolicy().hasHeightForWidth()))
95
95
96
        layout4.addWidget(self.descriptionType,3,1)
96
        layout4.addWidget(self.descriptionType,3,1)
97
97
Lines 100-106 Link Here
100
        layout4.addWidget(self.descriptionCaseCheckBox,3,3)
100
        layout4.addWidget(self.descriptionCaseCheckBox,3,3)
101
101
102
        self.creatorType = QComboBox(0,self,"creatorType")
102
        self.creatorType = QComboBox(0,self,"creatorType")
103
        self.creatorType.setSizePolicy(QSizePolicy(0,0,0,0,self.creatorType.sizePolicy().hasHeightForWidth()))
103
        self.creatorType.setSizePolicy(QSizePolicy(QSizePolicy.Fixed,QSizePolicy.Fixed,0,0,self.creatorType.sizePolicy().hasHeightForWidth()))
104
104
105
        layout4.addWidget(self.creatorType,4,1)
105
        layout4.addWidget(self.creatorType,4,1)
106
106
(-)archlib/wizardbase.py.orig (-3 / +3 lines)
Lines 699-711 Link Here
699
        layout4 = QHBoxLayout(None,0,6,"layout4")
699
        layout4 = QHBoxLayout(None,0,6,"layout4")
700
700
701
        self.pixmapLabel6 = QLabel(self.page,"pixmapLabel6")
701
        self.pixmapLabel6 = QLabel(self.page,"pixmapLabel6")
702
        self.pixmapLabel6.setSizePolicy(QSizePolicy(0,0,0,0,self.pixmapLabel6.sizePolicy().hasHeightForWidth()))
702
        self.pixmapLabel6.setSizePolicy(QSizePolicy(QSizePolicy.Fixed,QSizePolicy.Fixed,0,0,self.pixmapLabel6.sizePolicy().hasHeightForWidth()))
703
        self.pixmapLabel6.setPixmap(self.image0)
703
        self.pixmapLabel6.setPixmap(self.image0)
704
        self.pixmapLabel6.setScaledContents(1)
704
        self.pixmapLabel6.setScaledContents(1)
705
        layout4.addWidget(self.pixmapLabel6)
705
        layout4.addWidget(self.pixmapLabel6)
706
706
707
        self.textLabel1 = QLabel(self.page,"textLabel1")
707
        self.textLabel1 = QLabel(self.page,"textLabel1")
708
        self.textLabel1.setSizePolicy(QSizePolicy(1,0,0,0,self.textLabel1.sizePolicy().hasHeightForWidth()))
708
        self.textLabel1.setSizePolicy(QSizePolicy(QSizePolicy.Minimum,QSizePolicy.Fixed,0,0,self.textLabel1.sizePolicy().hasHeightForWidth()))
709
        layout4.addWidget(self.textLabel1)
709
        layout4.addWidget(self.textLabel1)
710
        pageLayout.addLayout(layout4)
710
        pageLayout.addLayout(layout4)
711
711
Lines 748-754 Link Here
748
        layout4_2.addWidget(self.libraryEdit,4,1)
748
        layout4_2.addWidget(self.libraryEdit,4,1)
749
749
750
        self.browseArchiveButton = QPushButton(self.page,"browseArchiveButton")
750
        self.browseArchiveButton = QPushButton(self.page,"browseArchiveButton")
751
        self.browseArchiveButton.setSizePolicy(QSizePolicy(0,0,0,0,self.browseArchiveButton.sizePolicy().hasHeightForWidth()))
751
        self.browseArchiveButton.setSizePolicy(QSizePolicy(QSizePolicy.Fixed,QSizePolicy.Fixed,0,0,self.browseArchiveButton.sizePolicy().hasHeightForWidth()))
752
        browseArchiveButton_font = QFont(self.browseArchiveButton.font())
752
        browseArchiveButton_font = QFont(self.browseArchiveButton.font())
753
        self.browseArchiveButton.setFont(browseArchiveButton_font)
753
        self.browseArchiveButton.setFont(browseArchiveButton_font)
754
754

Return to bug 83805