Home
last modified time | relevance | path

Searched refs:URLLabel (Results 1 – 25 of 120) sorted by relevance

12345

/dports/net-im/psi/psi-1.5/src/widgets/
H A Durllabel.cpp29 class URLLabel::Private
45 URLLabel::URLLabel(QWidget *parent) in URLLabel() function in URLLabel
52 URLLabel::~URLLabel() in ~URLLabel()
60 const QString &URLLabel::url() const in url()
69 void URLLabel::setUrl(const QString &url) in setUrl()
78 const QString &URLLabel::title() const in title()
87 void URLLabel::setTitle(const QString &t) in setTitle()
93 void URLLabel::updateText() in updateText()
103 void URLLabel::contextMenuEvent(QContextMenuEvent *e) in contextMenuEvent()
115 void URLLabel::mouseReleaseEvent(QMouseEvent *e) in mouseReleaseEvent()
H A Durllabel.h29 class URLLabel : public QLabel
40 URLLabel(QWidget *parent = 0);
41 ~URLLabel();
/dports/graphics/yacreader/yacreader-9.8.2/ci/win/
H A Dbuild_installer.iss131 var URLLabel: TNewStaticText;
143 URLLabel := TNewStaticText.Create(WizardForm);
144 URLLabel.Caption:='Make a DONATION/Haz una DONACI�N';
145 URLLabel.Cursor:=crHand;
146 URLLabel.OnClick:=@URLLabelOnClick;
147 URLLabel.Parent:=WizardForm;
149 URLLabel.Font.Style:=URLLabel.Font.Style + [fsUnderline];
150 URLLabel.Font.Color:=clBlue;
151 URLLabel.Top:=250;
153 URLLabel.Left:=35;
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/dev/utilities/new_installer/matlab/
H A Dinstall_matlab_libsbml_script_xml_win32.in39 URLLabel: TNewStaticText;
163 URLLabel := TNewStaticText.Create(WizardForm);
164 URLLabel.Top := AboutButton.Top + AboutButton.Height - URLLabel.Height - 2;
165 URLLabel.Left := AboutButton.Left + AboutButton.Width + 20;
166 URLLabel.Caption := 'www.sbml.org';
167 URLLabel.Font.Style := URLLabel.Font.Style + [fsUnderLine];
168 URLLabel.Font.Color := clBlue;
169 URLLabel.Cursor := crHand;
170 URLLabel.OnClick := @URLLabelOnClick;
171 URLLabel.Parent := WizardForm;
H A Dinstall_matlab_libsbml_script_xml_win64.in40 URLLabel: TNewStaticText;
164 URLLabel := TNewStaticText.Create(WizardForm);
165 URLLabel.Top := AboutButton.Top + AboutButton.Height - URLLabel.Height - 2;
166 URLLabel.Left := AboutButton.Left + AboutButton.Width + 20;
167 URLLabel.Caption := 'www.sbml.org';
168 URLLabel.Font.Style := URLLabel.Font.Style + [fsUnderLine];
169 URLLabel.Font.Color := clBlue;
170 URLLabel.Cursor := crHand;
171 URLLabel.OnClick := @URLLabelOnClick;
172 URLLabel.Parent := WizardForm;
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/dev/utilities/new_installer/
H A Dinstall_libsbml_script_xml_win32.iss.in47 URLLabel: TNewStaticText;
246 URLLabel := TNewStaticText.Create(WizardForm);
247 URLLabel.Top := AboutButton.Top + AboutButton.Height - URLLabel.Height - 2;
248 URLLabel.Left := AboutButton.Left + AboutButton.Width + 20;
249 URLLabel.Caption := 'www.sbml.org';
250 URLLabel.Font.Style := URLLabel.Font.Style + [fsUnderLine];
251 URLLabel.Font.Color := clBlue;
252 URLLabel.Cursor := crHand;
253 URLLabel.OnClick := @URLLabelOnClick;
254 URLLabel.Parent := WizardForm;
H A Dinstall_libsbml_script_xml_win64.iss.in48 URLLabel: TNewStaticText;
247 URLLabel := TNewStaticText.Create(WizardForm);
248 URLLabel.Top := AboutButton.Top + AboutButton.Height - URLLabel.Height - 2;
249 URLLabel.Left := AboutButton.Left + AboutButton.Width + 20;
250 URLLabel.Caption := 'www.sbml.org';
251 URLLabel.Font.Style := URLLabel.Font.Style + [fsUnderLine];
252 URLLabel.Font.Color := clBlue;
253 URLLabel.Cursor := crHand;
254 URLLabel.OnClick := @URLLabelOnClick;
255 URLLabel.Parent := WizardForm;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/table_view/cells/
H A Dtable_view_url_item.mm63 cell.URLLabel.text = [self URLLabelText];
72 cell.URLLabel.textColor = styler.cellDetailColor;
267 if ([self.URLLabel.text length]) {
268 self.URLLabel.hidden = NO;
270 self.URLLabel.hidden = YES;
280 self.URLLabel.hidden = YES;
291 if (self.URLLabel.text.length > 0) {
293 stringWithFormat:@"%@, %@", accessibilityLabel, self.URLLabel.text];
H A Dtable_view_url_item_unittest.mm41 EXPECT_FALSE(URLCell.URLLabel.text);
47 EXPECT_NSEQ(host, URLCell.URLLabel.text);
103 base::mac::ObjCCast<TableViewURLCell>(cell).URLLabel.text);
122 EXPECT_NSEQ(kSupplementalURLText, url_cell.URLLabel.text);
H A Dtable_view_url_item.h58 @property(nonatomic, readonly, strong) UILabel* URLLabel;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/externhelp/
H A Dexternhelpfrm.lfm122 object URLLabel: TLabel
131 Caption = 'URLLabel'
221 AnchorSideLeft.Control = URLLabel
222 AnchorSideTop.Control = URLLabel
/dports/editors/lazarus/lazarus/components/externhelp/
H A Dexternhelpfrm.lfm122 object URLLabel: TLabel
131 Caption = 'URLLabel'
221 AnchorSideLeft.Control = URLLabel
222 AnchorSideTop.Control = URLLabel
/dports/editors/lazarus-qt5/lazarus/components/externhelp/
H A Dexternhelpfrm.lfm122 object URLLabel: TLabel
131 Caption = 'URLLabel'
221 AnchorSideLeft.Control = URLLabel
222 AnchorSideTop.Control = URLLabel
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/externhelp/
H A Dexternhelpfrm.lfm122 object URLLabel: TLabel
131 Caption = 'URLLabel'
221 AnchorSideLeft.Control = URLLabel
222 AnchorSideTop.Control = URLLabel
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/settings/cells/
H A Dsearch_engine_item_unittest.mm42 EXPECT_FALSE(URLCell.URLLabel.text);
49 EXPECT_NSEQ(detailText, URLCell.URLLabel.text);
H A Dsearch_engine_item.mm51 cell.URLLabel.text = self.detailText;
68 cell.URLLabel.textColor = [UIColor colorNamed:kTextSecondaryColor];
/dports/editors/lazarus/lazarus/ide/
H A Dhelpfpcmessages.pas169 URLLabel: TLabel;
448 URLLabel.Caption:=Format(lisURLOnWikiTheBaseUrlIs, [s]);
633 URLLabel.Font.Color:=clRed;
635 URLLabel.Font.Color:=clDefault;
695 URLLabel.Font.Color:=clRed
697 URLLabel.Font.Color:=clDefault;
H A Dhelpfpcmessages.lfm144 object URLLabel: TLabel
158 Caption = 'URLLabel'
164 AnchorSideTop.Control = URLLabel
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dhelpfpcmessages.pas169 URLLabel: TLabel;
448 URLLabel.Caption:=Format(lisURLOnWikiTheBaseUrlIs, [s]);
633 URLLabel.Font.Color:=clRed;
635 URLLabel.Font.Color:=clDefault;
695 URLLabel.Font.Color:=clRed
697 URLLabel.Font.Color:=clDefault;
H A Dhelpfpcmessages.lfm144 object URLLabel: TLabel
158 Caption = 'URLLabel'
164 AnchorSideTop.Control = URLLabel
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dhelpfpcmessages.pas169 URLLabel: TLabel;
448 URLLabel.Caption:=Format(lisURLOnWikiTheBaseUrlIs, [s]);
633 URLLabel.Font.Color:=clRed;
635 URLLabel.Font.Color:=clDefault;
695 URLLabel.Font.Color:=clRed
697 URLLabel.Font.Color:=clDefault;
H A Dhelpfpcmessages.lfm144 object URLLabel: TLabel
158 Caption = 'URLLabel'
164 AnchorSideTop.Control = URLLabel
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dhelpfpcmessages.pas169 URLLabel: TLabel;
448 URLLabel.Caption:=Format(lisURLOnWikiTheBaseUrlIs, [s]);
633 URLLabel.Font.Color:=clRed;
635 URLLabel.Font.Color:=clDefault;
695 URLLabel.Font.Color:=clRed
697 URLLabel.Font.Color:=clDefault;
H A Dhelpfpcmessages.lfm144 object URLLabel: TLabel
158 Caption = 'URLLabel'
164 AnchorSideTop.Control = URLLabel
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/workspace/apps/
H A Dlogin.py88 label = fsui.URLLabel(
101 self.reset_label = fsui.URLLabel(

12345