上海妇科疾病研究所 上海女性不孕医院 上海引产医院 无痛引产痛不痛 上海人流医院 白癜风治疗医院 上海小儿脑瘫医院 上海女子医院
基于ADI的Blackfin ADSP-BF592的电子显微镜系统-主体框架设计-Blackfin-技术中心-国内专业ADI仿真器,Blackfin开发板,DSP芯片,软件算法,解决方案提供商-北京四维卓信电子有限公司
用户名: 密码:
主页 设为首页 加入收藏
      产品中心       技术中心       下载中心        社区新闻        诚聘英才       大学计划        关于我们       技术论坛
  您的当前位置:ADSP开源社区 >> 技术中心 >> Blackfin 今天是:
技术中心  
SigmaDSP
SHARC
A2B音频总线
Blackfin
ADI操作系统
ADSP-218X
TigerSAHRC
ADI DSP仿真器
产品导航
ADI DSP仿真器
SigmaDSP开发板
ADI A2B总线开发板
SHARC DSP开发板
销售网络
Blackfin  
基于ADI的Blackfin ADSP-BF592的电子显微镜系统-主体框架设计
[ 作者: ] [ 来源:ADSP开源社区 ] [ 发布时间:2011-11-22 ]

基于ADI的Blackfin ADSP-BF592的电子显微镜系统主窗体界面测试通过,鼓个掌

#include "cameraform.h"

#include <qvariant.h>

#include <qlabel.h>

#include <qpushbutton.h>

#include <qlayout.h>

#include <qtooltip.h>

#include <qwhatsthis.h>

/*

 *  Constructs a cameraform as a child of 'parent', with the

 *  name 'name' and widget flags set to 'f'.

 *

 *  The dialog will by default be modeless, unless you set 'modal' to

 *  TRUE to construct a modal dialog.

 */

cameraform::cameraform( QWidget* parent, const char* name, bool modal, WFlags fl )

    : QDialog( parent, name, modal, fl )

{

    if ( !name )

     setName( "cameraform" );

    btnExit = new QPushButton( this, "btnExit" );

    btnExit->setGeometry( QRect( 180, 260, 40, 40 ) );

    btnCamera = new QPushButton( this, "btnCamera" );

btnCamera->setGeometry( QRect( 50, 260, 40, 40 ) );

pushButton5 = new QPushButton( this, "pushButton5" );

    pushButton5->setGeometry( QRect( 240, 310, 41, 31 ) );

    picCamera = new QLabel( this, "picCamera" );

    picCamera->setGeometry( QRect( 20, 20, 280, 220 ) );

    picCamera->setScaledContents( FALSE );

    picCamera->setAlignment( int( QLabel::AlignCenter ) );

    languageChange();

resize( QSize(319, 304).expandedTo(minimumSizeHint()) );

// signals and slots connections

    connect( btnExit, SIGNAL( clicked() ), this, SLOT( close() ) );

}

/*

 *  Destroys the object and frees any allocated resources

 */

cameraform::~cameraform()

{

    // no need to delete child widgets, Qt does it all for us

}

/*

 *  Sets the strings of the subwidgets using the current

 *  language.

 */

void cameraform::languageChange()

{

    setCaption( tr( "USB Camera" ) );

btnExit->setText( tr( "Exit" ) );

    pushButton5->setText( tr( "screenshot" ) );

    btnCamera->setText(tr( "magnify" ) );

}

联系我们 | 关于我们 | 免责声明 | 诚征英才 | 友情链接
Copyright 2019 All rights reserved  本网页版权属Open ADSP所有
北京海淀区中关村大街32号新中发市场3659 邮编100100
电话 18611096839 
粤ICP备14035876号-1