mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-14 11:21:02 +00:00
Increase size of option window.
This commit is contained in:
parent
058f0da539
commit
3ca470ba60
2 changed files with 17 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Form implementation generated from reading ui file 'ui/options.ui'
|
||||
#
|
||||
# Created: Wed Mar 16 18:06:04 2011
|
||||
# Created: Wed May 18 21:15:07 2011
|
||||
# by: PyQt4 UI code generator 4.8.3
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
|
@ -18,7 +18,7 @@ class Ui_Options(object):
|
|||
def setupUi(self, Options):
|
||||
Options.setObjectName(_fromUtf8("Options"))
|
||||
Options.setWindowModality(QtCore.Qt.ApplicationModal)
|
||||
Options.resize(271, 239)
|
||||
Options.resize(278, 240)
|
||||
self.verticalLayout = QtGui.QVBoxLayout(Options)
|
||||
self.verticalLayout.setSpacing(2)
|
||||
self.verticalLayout.setSizeConstraint(QtGui.QLayout.SetMinimumSize)
|
||||
|
|
@ -128,6 +128,11 @@ class Ui_Options(object):
|
|||
spacerItem1 = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
|
||||
self.verticalLayout_4.addItem(spacerItem1)
|
||||
self.label_7 = QtGui.QLabel(self.frame_2)
|
||||
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Expanding)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.label_7.sizePolicy().hasHeightForWidth())
|
||||
self.label_7.setSizePolicy(sizePolicy)
|
||||
self.label_7.setWordWrap(True)
|
||||
self.label_7.setObjectName(_fromUtf8("label_7"))
|
||||
self.verticalLayout_4.addWidget(self.label_7)
|
||||
|
|
@ -143,7 +148,7 @@ class Ui_Options(object):
|
|||
self.verticalLayout.addWidget(self.tabWidget)
|
||||
|
||||
self.retranslateUi(Options)
|
||||
self.tabWidget.setCurrentIndex(0)
|
||||
self.tabWidget.setCurrentIndex(1)
|
||||
QtCore.QMetaObject.connectSlotsByName(Options)
|
||||
|
||||
def retranslateUi(self, Options):
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>271</width>
|
||||
<height>239</height>
|
||||
<width>278</width>
|
||||
<height>240</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>0</number>
|
||||
<number>1</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="gui_options">
|
||||
<property name="toolTip">
|
||||
|
|
@ -267,6 +267,12 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_7">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Overrides system wide configuration file settings.</string>
|
||||
</property>
|
||||
|
|
|
|||
Loading…
Reference in a new issue