mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-10 07:34:44 +00:00
Move busy indicator next to the status label.
This commit is contained in:
parent
b8187f5c43
commit
d956e62308
2 changed files with 23 additions and 23 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Form implementation generated from reading ui file 'ui/main.ui'
|
||||
#
|
||||
# Created: Sat May 14 14:08:08 2011
|
||||
# Created: Sat May 28 07:42:18 2011
|
||||
# by: PyQt4 UI code generator 4.8.3
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
|
@ -87,15 +87,6 @@ class Ui_MainWindow(object):
|
|||
self.label_15 = QtGui.QLabel(self.centralwidget)
|
||||
self.label_15.setObjectName(_fromUtf8("label_15"))
|
||||
self.horizontalLayout_4.addWidget(self.label_15)
|
||||
self.label_status = QtGui.QLabel(self.centralwidget)
|
||||
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.MinimumExpanding, QtGui.QSizePolicy.Preferred)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.label_status.sizePolicy().hasHeightForWidth())
|
||||
self.label_status.setSizePolicy(sizePolicy)
|
||||
self.label_status.setText(_fromUtf8(""))
|
||||
self.label_status.setObjectName(_fromUtf8("label_status"))
|
||||
self.horizontalLayout_4.addWidget(self.label_status)
|
||||
self.label_busy = QtGui.QLabel(self.centralwidget)
|
||||
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
|
||||
sizePolicy.setHorizontalStretch(16)
|
||||
|
|
@ -105,6 +96,15 @@ class Ui_MainWindow(object):
|
|||
self.label_busy.setMinimumSize(QtCore.QSize(16, 16))
|
||||
self.label_busy.setObjectName(_fromUtf8("label_busy"))
|
||||
self.horizontalLayout_4.addWidget(self.label_busy)
|
||||
self.label_status = QtGui.QLabel(self.centralwidget)
|
||||
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.MinimumExpanding, QtGui.QSizePolicy.Preferred)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.label_status.sizePolicy().hasHeightForWidth())
|
||||
self.label_status.setSizePolicy(sizePolicy)
|
||||
self.label_status.setText(_fromUtf8(""))
|
||||
self.label_status.setObjectName(_fromUtf8("label_status"))
|
||||
self.horizontalLayout_4.addWidget(self.label_status)
|
||||
self.verticalLayout.addLayout(self.horizontalLayout_4)
|
||||
self.treeView = QtGui.QTreeView(self.centralwidget)
|
||||
self.treeView.setContextMenuPolicy(QtCore.Qt.CustomContextMenu)
|
||||
|
|
|
|||
|
|
@ -182,19 +182,6 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_status">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_busy">
|
||||
<property name="sizePolicy">
|
||||
|
|
@ -214,6 +201,19 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_status">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
|
|
|
|||
Loading…
Reference in a new issue