Home
last modified time | relevance | path

Searched refs:authorLabel (Results 1 – 25 of 127) sorted by relevance

123456

/dports/devel/kf5-knewstuff/knewstuff-5.89.0/src/ui/
H A Ditemsgridviewdelegate.cpp55 KSqueezedTextLabel *authorLabel = new KSqueezedTextLabel(); in createItemWidgets() local
56 authorLabel->setTextElideMode(Qt::ElideRight); in createItemWidgets()
57 m_widgetList << authorLabel; in createItemWidgets()
130 QLabel *authorLabel = qobject_cast<QLabel *>(widgets.at(DelegateAuthorLabel)); in updateItemWidgets() local
131 if (authorLabel) { in updateItemWidgets()
132 authorLabel->setWordWrap(true); in updateItemWidgets()
133 authorLabel->setAlignment(Qt::AlignHCenter); in updateItemWidgets()
134authorLabel->resize(QSize(option.rect.width() - (ItemMargin * 2), option.fontMetrics.height())); in updateItemWidgets()
135 authorLabel->move((ItemGridWidth - authorLabel->width()) / 2, elementYPos); in updateItemWidgets()
156 authorLabel->setText(text); in updateItemWidgets()
[all …]
H A Dentrydetailsdialog.cpp86 …ui->authorLabel->setText(QLatin1String("<a href=\"") + m_entry.author().homepage() + QLatin1String… in entryChanged()
89 …ui->authorLabel->setText(QLatin1String("<a href=\"mailto:") + m_entry.author().email() + QLatin1St… in entryChanged()
92 ui->authorLabel->setText(m_entry.author().name()); in entryChanged()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/Lobby/
H A DMapPreviewLogic.cs200 var authorLabel = parent.GetOrNull<LabelWidget>("MAP_AUTHOR"); in SetupWidgets()
201 if (authorLabel != null) in SetupWidgets()
203 var font = Game.Renderer.Fonts[authorLabel.Font]; in SetupWidgets()
205 m => WidgetUtils.TruncateText("Created by {0}".F(m.Author), authorLabel.Bounds.Width, font)); in SetupWidgets()
206 authorLabel.GetText = () => author.Update(getMap()); in SetupWidgets()
/dports/graphics/okular/okular-21.12.3/part/
H A Dannotwindow.cpp90 authorLabel = new QLabel(this); in MovableTitle()
91 authorLabel->setCursor(Qt::SizeAllCursor); in MovableTitle()
92 authorLabel->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum); in MovableTitle()
93 optionlay->addWidget(authorLabel); in MovableTitle()
123 authorLabel->installEventFilter(this); in MovableTitle()
128 if (obj != titleLabel && obj != authorLabel && obj != dateLabel) in eventFilter()
163 authorLabel->setText(QStringLiteral(" ") + author); in setAuthor()
179 QLabel *authorLabel; member in MovableTitle
/dports/audio/luppp/openAV-Luppp-release-1.2.1/src/
H A Dgoptions.cxx227 authorLabel = new Avtk::Button( x + 5, y + 5, 190, 25, "Author?" ); in ControllerUI()
230 authorLabel->label("Author?"); in ControllerUI()
231 authorLabel->label("Link?"); in ControllerUI()
233 authorLabel->callback( updateAuthorCB, this ); in ControllerUI()
289 authorLabel->label( author.c_str() ); in setAuthor()
290 authorLabel->redraw(); in setAuthor()
403 delete authorLabel; in ~ControllerUI()
H A Dgoptions.hxx87 Avtk::Button* authorLabel; member in ControllerUI
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/
H A DServerCreationLogic.cs77 var authorLabel = panel.GetOrNull<LabelWidget>("MAP_AUTHOR"); in ServerCreationLogic()
78 if (authorLabel != null) in ServerCreationLogic()
80 var font = Game.Renderer.Fonts[authorLabel.Font]; in ServerCreationLogic()
82 m => WidgetUtils.TruncateText("Created by {0}".F(m.Author), authorLabel.Bounds.Width, font)); in ServerCreationLogic()
83 authorLabel.GetText = () => author.Update(preview); in ServerCreationLogic()
/dports/www/py-weboob-qt/weboob-qt-2.0/weboob/applications/qvideoob/ui/
H A Dminivideo_ui.py71 self.authorLabel = QtWidgets.QLabel(MiniVideo)
72 self.authorLabel.setObjectName("authorLabel")
73 self.formLayout.setWidget(2, QtWidgets.QFormLayout.FieldRole, self.authorLabel)
117 self.authorLabel.setText(_translate("MiniVideo", "TextLabel"))
H A Dvideo_ui.py93 self.authorLabel = QtWidgets.QLabel(self.frame_2)
94 self.authorLabel.setObjectName("authorLabel")
95 self.formLayout.setWidget(2, QtWidgets.QFormLayout.FieldRole, self.authorLabel)
129 self.authorLabel.setText(_translate("Video", "TextLabel"))
/dports/games/killbots/killbots-21.12.3/src/
H A Drulesetselector.cpp42 QLabel *authorLabel = new QLabel(i18nc("@label", "Author:")); in RulesetSelector() local
43 authorLabel->setAlignment(Qt::AlignRight | Qt::AlignTop); in RulesetSelector()
69 boxLayout->addWidget(authorLabel, 1, 0); in RulesetSelector()
/dports/games/xonotic/Xonotic/source/qcsrc/menu/xonotic/
H A Ddialog_multiplayer_create_mapinfo.qc31 me.authorLabel.setText(me.authorLabel, me.currentMapAuthor);
68 me.authorLabel = e;
H A Ddialog_multiplayer_create_mapinfo.qh15 ATTRIB(XonoticMapInfoDialog, authorLabel, entity);
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/src/qtquick/qml/private/
H A DEntryCommentDelegate.qml139 id: authorLabel
145 visible: !authorLabel.visible
146 text: authorLabel.text
/dports/www/py-weboob-qt/weboob-qt-2.0/weboob/applications/qcookboob/
H A Drecipe.py71 self.ui.authorLabel.setText(u'%s' % recipe.author)
73 self.ui.authorLabel.parent().hide()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/vcs/models/
H A Dvcsannotationmodel.cpp116 const QString authorLabel = i18n("Author:").toHtmlEscaped(); in annotationToolTip() local
126 line.arg(authorLabel, author) + in annotationToolTip()
/dports/net-im/quaternion/Quaternion-0.0.95-beta3/client/qml/
H A DTimelineItem.qml240 : authorLabel.height
244 * authorLabel.height * (2 - xchatStyle)
263 id: authorLabel
284 anchors.top: !xchatStyle && authorLabel.visible
285 ? authorLabel.bottom : parent.top
287 anchors.left: xchatStyle ? authorLabel.right : parent.left
445 authorLabel.height * !xchatStyle
/dports/audio/lmms/lmms-1.2.2/src/gui/
H A DAboutDialog.cpp55 authorLabel->setPlainText( embed::getText( "AUTHORS" ) ); in AboutDialog()
/dports/games/dunelegacy/dunelegacy-0.96.4/src/MapEditor/
H A DMapSettingsWindow.cpp241 authorLabel.setText(_("Author:")); in MapSettingsWindow()
242 authorLabel.setTextColor(color); in MapSettingsWindow()
243 authorHBox.addWidget(&authorLabel, 95); in MapSettingsWindow()
H A DNewMapWindow.cpp176 authorLabel.setText(_("Author:")); in NewMapWindow()
177 authorLabel.setTextColor(color); in NewMapWindow()
178 authorHBox.addWidget(&authorLabel, 120); in NewMapWindow()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/actions/composition/
H A DChangeInfoAction.java90 Label authorLabel = new Label(group, SWT.NULL); in showDialog() local
91 authorLabel.setLayoutData(makeLabelData()); in showDialog()
92 authorLabel.setText(TuxGuitar.getProperty("composition.author") + ":"); in showDialog()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/system/config/items/
H A DSkinOption.java32 protected Label authorLabel; field in SkinOption
63 …this.authorLabel = showLabel(skinInfoComposite,SWT.FILL,SWT.CENTER,SWT.TOP | SWT.LEFT | SWT.WRAP,S… in createOption()
151 SkinOption.this.authorLabel.setText(info.getAuthor()); in showSkinInfo()
/dports/www/py-weboob-qt/weboob-qt-2.0/weboob/applications/qcookboob/ui/
H A Drecipe_ui.py103 self.authorLabel = QtWidgets.QLabel(self.frame_10)
104 self.authorLabel.setText("")
105 self.authorLabel.setObjectName("authorLabel")
106 self.horizontalLayout_10.addWidget(self.authorLabel)
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/smsapp/qml/
H A DChatMessage.qml96 id: authorLabel
130 topPadding: authorLabel.visible ? 0 : Kirigami.Units.largeSpacing
/dports/games/dunelegacy/dunelegacy-0.96.4/include/MapEditor/
H A DMapSettingsWindow.h111 Label authorLabel; variable
H A DNewMapWindow.h124 Label authorLabel; variable

123456