Searched refs:m_pLabel (Results 1 - 25 of 49) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupPaneTextPane.cpp37 , m_pLabel(0)
49 if (m_pLabel->text() == strText)
54 m_pLabel->setText(m_strText);
92 m_pLabel->move(m_iLayoutMargin, m_iLayoutMargin);
93 m_pLabel->resize(qMin(iWidth, iLabelWidth), qMin(iHeight, iLabelHeight));
149 m_pLabel = new QLabel(this);
152 m_pLabel->setFont(tuneFont(m_pLabel->font()));
153 m_pLabel->setWordWrap(true);
154 m_pLabel
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIRichToolButton.cpp42 , m_pLabel(0)
65 m_pLabel->setText(strText);
129 m_pLabel = new QLabel;
130 AssertPtrReturnVoid(m_pLabel);
133 m_pLabel->setBuddy(m_pButton);
134 m_pLabel->setStyleSheet("QLabel {padding: 2px 0px 2px 0px;}");
136 pMainLayout->addWidget(m_pLabel);
H A DQIStatusBarIndicator.cpp121 m_pLabel = new QLabel;
122 if (m_pLabel)
125 pMainLayout->addWidget(m_pLabel);
132 return m_pLabel->text();
137 m_pLabel->setText(strText);
H A DQIRichToolButton.h75 QLabel *m_pLabel; member in class:QIRichToolButton
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/
H A DUIWizardImportAppPageBasic2.cpp42 m_pLabel = new QIRichTextLabel(this);
48 pMainLayout->addWidget(m_pLabel);
64 m_pLabel->setText(UIWizardImportApp::tr("These are the virtual machines contained in the appliance "
H A DUIWizardImportAppPageBasic1.h62 QIRichTextLabel *m_pLabel; member in class:UIWizardImportAppPageBasic1
H A DUIWizardImportAppPageBasic2.h67 QIRichTextLabel *m_pLabel; member in class:UIWizardImportAppPageBasic2
H A DUIWizardImportAppPageBasic1.cpp46 m_pLabel = new QIRichTextLabel(this);
54 pMainLayout->addWidget(m_pLabel);
69 m_pLabel->setText(UIWizardImportApp::tr("<p>VirtualBox currently supports importing appliances "
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkManagerDialog.cpp76 m_pLabel = new QLabel(centralWidget());
77 m_pLabel->setAlignment(Qt::AlignCenter);
78 m_pLabel->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
89 pMainLayout->addWidget(m_pLabel);
112 m_pLabel->hide();
140 m_pLabel->show();
163 m_pLabel->setText(tr("There are no active network operations."));
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/
H A DUIWizardCloneVMPageBasic3.cpp64 m_pLabel = new QIRichTextLabel(this);
81 pMainLayout->addWidget(m_pLabel);
113 m_pLabel->setText(QString("<p>%1</p><p>%2 %3 %4</p>")
119 m_pLabel->setText(QString("<p>%1</p><p>%2 %3</p>")
H A DUIWizardCloneVMPageBasic1.cpp61 m_pLabel = new QIRichTextLabel(this);
67 pMainLayout->addWidget(m_pLabel);
87 m_pLabel->setText(UIWizardCloneVM::tr("<p>Please choose a name for the new virtual machine. "
H A DUIWizardCloneVMPageBasic2.cpp51 m_pLabel = new QIRichTextLabel(this);
67 pMainLayout->addWidget(m_pLabel);
108 m_pLabel->setText(strLabel);
H A DUIWizardCloneVMPageBasic1.h75 QIRichTextLabel *m_pLabel; member in class:UIWizardCloneVMPageBasic1
H A DUIWizardCloneVMPageBasic2.h79 QIRichTextLabel *m_pLabel; member in class:UIWizardCloneVMPageBasic2
H A DUIWizardCloneVMPageBasic3.h74 QIRichTextLabel *m_pLabel; member in class:UIWizardCloneVMPageBasic3
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/
H A DUIWizardFirstRunPageBasic.cpp72 m_pLabel = new QIRichTextLabel(this);
89 pMainLayout->addWidget(m_pLabel);
113 m_pLabel->setText(UIWizardFirstRun::tr("<p>Please select a virtual optical disk file "
123 m_pLabel->setText(UIWizardFirstRun::tr("<p>Please select a virtual optical disk file "
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIMediumTypeChangeDialog.cpp60 m_pLabel = new QILabel(this);
61 m_pLabel->setWordWrap(true);
62 m_pLabel->useSizeHintForWidth(450);
63 m_pLabel->updateGeometry();
64 pMainLayout->addWidget(m_pLabel);
121 m_pLabel->setText(tr("<p>You are about to change the settings of the disk image file <b>%1</b>.</p>"
H A DUIMediumTypeChangeDialog.h66 QILabel *m_pLabel; member in class:UIMediumTypeChangeDialog
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/
H A DUIWizardCloneVDPageBasic1.cpp70 m_pLabel = new QIRichTextLabel(this);
88 pMainLayout->addWidget(m_pLabel);
118 m_pLabel->setText(UIWizardCloneVD::tr("<p>Please select the virtual hard drive file that you would like to copy "
H A DUIWizardCloneVDPageBasic1.h85 QIRichTextLabel *m_pLabel; member in class:UIWizardCloneVDPageBasic1
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppPageBasic2.cpp78 m_pLabel = new QIRichTextLabel(this);
91 pMainLayout->addWidget(m_pLabel);
114 m_pLabel->setText(UIWizardExportApp::tr("Please choose where to create the virtual appliance. "
H A DUIWizardExportAppPageBasic4.cpp92 m_pLabel = new QIRichTextLabel(this);
97 pMainLayout->addWidget(m_pLabel);
113 m_pLabel->setText(UIWizardExportApp::tr("This is the descriptive information which will be added "
H A DUIWizardExportAppPageBasic1.h76 QIRichTextLabel *m_pLabel; member in class:UIWizardExportAppPageBasic1
H A DUIWizardExportAppPageBasic2.h71 QIRichTextLabel *m_pLabel; member in class:UIWizardExportAppPageBasic2
H A DUIWizardExportAppPageBasic4.h81 QIRichTextLabel *m_pLabel; member in class:UIWizardExportAppPageBasic4

Completed in 272 milliseconds

12