Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.2, 1.9.3, and 2.0

fileview: add labelhbox for use by parent widgets

Changeset 4d6765b57ad1

Parent f7e8412f2ffe

by Steve Borho

Changes to one file · Browse files at 4d6765b57ad1 Showing diff from parent f7e8412f2ffe Diff from another changeset...

 
111
112
113
 
 
 
 
114
115
116
117
118
119
 
120
121
122
 
111
112
113
114
115
116
117
118
119
120
121
122
 
123
124
125
126
@@ -111,12 +111,16 @@
    self.topLayout = QVBoxLayout()   + self.labelhbox = hbox = QHBoxLayout() + hbox.setContentsMargins(0,0,0,0) + hbox.setSpacing(2) + self.topLayout.addLayout(hbox)   self.filenamelabel = w = QLabel()   w.setWordWrap(True)   f = w.textInteractionFlags()   w.setTextInteractionFlags(f | Qt.TextSelectableByMouse)   w.linkActivated.connect(self.linkActivated) - self.topLayout.addWidget(w) + hbox.addWidget(w)     self.extralabel = w = QLabel()   w.setWordWrap(True)