Quantcast
Channel: 数字信号处理器 (DSP) & ARM® 微处理器
Viewing all articles
Browse latest Browse all 21822

帖子: RE: am335x的Qt问题,求教

$
0
0

cpu占用率:

VIRT RES SHR S %CPU %MEM TIME+ COMMAND
60028 16660 11988 R 93.9 3.3 0:45.57 testQt

Qt程序:

#include "mainwindow.h"
#include "ui_mainwindow.h"
#include <QDebug>

MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
}

MainWindow::~MainWindow()
{
delete ui;
}


Viewing all articles
Browse latest Browse all 21822

Trending Articles