VirtualBox

Changeset 88608 in vbox


Ignore:
Timestamp:
Apr 20, 2021 4:00:03 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9972. Adding a text edit to the test app.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardQt/tstClipboardQt.cpp

    r88603 r88608  
    1818#include <QApplication>
    1919#include <QMainWindow>
    20 #include <QLabel>
     20#include <QTextEdit>
    2121#include <QHBoxLayout>
    2222int main(int argc, char *argv[])
     
    2828    QHBoxLayout *pLayout = new QHBoxLayout(pWidget);
    2929
    30     QLabel *pLabel = new QLabel;
    31     pLabel->setText("Label is here");
    32     pLayout->addWidget(pLabel);
     30    QTextEdit *pTextEdit = new QTextEdit;
     31    pLayout->addWidget(pTextEdit);
    3332
    3433
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette