mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
remove preview image
This commit is contained in:
@@ -4259,34 +4259,6 @@ To work properly, also disable the daemon using the toggle above.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="pbPreviewIcn">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>225</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QToolButton { margin-left: 8px; min-height: 0px; background: none; padding: 0px; border: none; }</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="selectPosterboardBtn">
|
||||
<property name="toolTip">
|
||||
|
||||
@@ -2241,16 +2241,6 @@ class Ui_Nugget(object):
|
||||
|
||||
self.verticalLayout_133.addWidget(self.currentPosterboardLbl)
|
||||
|
||||
self.pbPreviewIcn = QToolButton(self.posterboardPageContent)
|
||||
self.pbPreviewIcn.setObjectName(u"pbPreviewIcn")
|
||||
sizePolicy1.setHeightForWidth(self.pbPreviewIcn.sizePolicy().hasHeightForWidth())
|
||||
self.pbPreviewIcn.setSizePolicy(sizePolicy1)
|
||||
self.pbPreviewIcn.setMinimumSize(QSize(0, 0))
|
||||
self.pbPreviewIcn.setMaximumSize(QSize(16777215, 225))
|
||||
self.pbPreviewIcn.setStyleSheet(u"QToolButton { margin-left: 8px; min-height: 0px; background: none; padding: 0px; border: none; }")
|
||||
|
||||
self.verticalLayout_133.addWidget(self.pbPreviewIcn)
|
||||
|
||||
self.selectPosterboardBtn = QToolButton(self.posterboardPageContent)
|
||||
self.selectPosterboardBtn.setObjectName(u"selectPosterboardBtn")
|
||||
icon20 = QIcon()
|
||||
@@ -3636,7 +3626,6 @@ class Ui_Nugget(object):
|
||||
self.modifyPosterboardsChk.setText(QCoreApplication.translate("Nugget", u"Modify", None))
|
||||
self.currentPBLbl.setText(QCoreApplication.translate("Nugget", u"Current File:", None))
|
||||
self.currentPosterboardLbl.setText(QCoreApplication.translate("Nugget", u"None", None))
|
||||
self.pbPreviewIcn.setText("")
|
||||
#if QT_CONFIG(tooltip)
|
||||
self.selectPosterboardBtn.setToolTip(QCoreApplication.translate("Nugget", u"Select a wallpaper file with the .tendies extension.", None))
|
||||
#endif // QT_CONFIG(tooltip)
|
||||
|
||||
@@ -2241,16 +2241,6 @@ class Ui_Nugget(object):
|
||||
|
||||
self.verticalLayout_133.addWidget(self.currentPosterboardLbl)
|
||||
|
||||
self.pbPreviewIcn = QToolButton(self.posterboardPageContent)
|
||||
self.pbPreviewIcn.setObjectName(u"pbPreviewIcn")
|
||||
sizePolicy1.setHeightForWidth(self.pbPreviewIcn.sizePolicy().hasHeightForWidth())
|
||||
self.pbPreviewIcn.setSizePolicy(sizePolicy1)
|
||||
self.pbPreviewIcn.setMinimumSize(QSize(0, 0))
|
||||
self.pbPreviewIcn.setMaximumSize(QSize(16777215, 225))
|
||||
self.pbPreviewIcn.setStyleSheet(u"QToolButton { margin-left: 8px; min-height: 0px; background: none; padding: 0px; border: none; }")
|
||||
|
||||
self.verticalLayout_133.addWidget(self.pbPreviewIcn)
|
||||
|
||||
self.selectPosterboardBtn = QToolButton(self.posterboardPageContent)
|
||||
self.selectPosterboardBtn.setObjectName(u"selectPosterboardBtn")
|
||||
icon20 = QIcon()
|
||||
@@ -3636,7 +3626,6 @@ class Ui_Nugget(object):
|
||||
self.modifyPosterboardsChk.setText(QCoreApplication.translate("Nugget", u"Modify", None))
|
||||
self.currentPBLbl.setText(QCoreApplication.translate("Nugget", u"Current File:", None))
|
||||
self.currentPosterboardLbl.setText(QCoreApplication.translate("Nugget", u"None", None))
|
||||
self.pbPreviewIcn.setText("")
|
||||
#if QT_CONFIG(tooltip)
|
||||
self.selectPosterboardBtn.setToolTip(QCoreApplication.translate("Nugget", u"Select a wallpaper file with the .tendies extension.", None))
|
||||
#endif // QT_CONFIG(tooltip)
|
||||
|
||||
Reference in New Issue
Block a user