chunnelchoose_form.ui.h

来自「Linux下的qt编程示例」· C头文件 代码 · 共 69 行

H
69
字号
/****************************************************************************** ui.h extension file, included from the uic-generated form implementation.**** If you wish to add, delete or rename functions or slots use** Qt Designer which will update this file, preserving your code. Create an** init() function in place of a constructor, and a destroy() function in** place of a destructor.*****************************************************************************/int ET;void ChunnelChoose_Form::init(){    if (ET==1){	GSVUachunnel_comboBox->setEnabled(FALSE);//���ͨ�		GSVUbchunnel_comboBox->setEnabled(FALSE);	GSVUcchunnel_comboBox->setEnabled(FALSE);		GSCIachunnel_comboBox->setEnabled(FALSE);//���ͨ�		GSCIbchunnel_comboBox->setEnabled(FALSE);	GSCIcchunnel_comboBox->setEnabled(FALSE);		GRCIrchunnel_comboBox->setEnabled(FALSE);//�ת��ͨ�		ESCIrachunnel_comboBox->setEnabled(FALSE);//����ͨ�		ESCIrbchunnel_comboBox->setEnabled(FALSE);	ESCIrcchunnel_comboBox->setEnabled(FALSE);    }    else if (ET==2){	GSVUachunnel_comboBox->setEnabled(FALSE);//���ͨ�		GSVUbchunnel_comboBox->setEnabled(FALSE);	GSVUcchunnel_comboBox->setEnabled(FALSE);		GSCIachunnel_comboBox->setEnabled(FALSE);//���ͨ�		GSCIbchunnel_comboBox->setEnabled(FALSE);	GSCIcchunnel_comboBox->setEnabled(FALSE);		GRCIrchunnel_comboBox->setEnabled(FALSE);//�ת��ͨ�		ESVUrachunnel_comboBox->setEnabled(FALSE);//����ͨ�		ESVUrbchunnel_comboBox->setEnabled(FALSE);	ESVUrcchunnel_comboBox->setEnabled(FALSE);    }    else if (ET==3){	ESVUrachunnel_comboBox->setEnabled(FALSE);//����ͨ�		ESVUrbchunnel_comboBox->setEnabled(FALSE);	ESVUrcchunnel_comboBox->setEnabled(FALSE);		ESCIrachunnel_comboBox->setEnabled(FALSE);//����ͨ�		ESCIrbchunnel_comboBox->setEnabled(FALSE);	ESCIrcchunnel_comboBox->setEnabled(FALSE);		ERCIrLchunnel_comboBox->setEnabled(FALSE);//��ת��ͨ�		GSCIachunnel_comboBox->setEnabled(FALSE);//���ͨ�		GSCIbchunnel_comboBox->setEnabled(FALSE);	GSCIcchunnel_comboBox->setEnabled(FALSE);    }    else if (ET==4){	ESVUrachunnel_comboBox->setEnabled(FALSE);//����ͨ�		ESVUrbchunnel_comboBox->setEnabled(FALSE);	ESVUrcchunnel_comboBox->setEnabled(FALSE);		ESCIrachunnel_comboBox->setEnabled(FALSE);//����ͨ�		ESCIrbchunnel_comboBox->setEnabled(FALSE);	ESCIrcchunnel_comboBox->setEnabled(FALSE);		ERCIrLchunnel_comboBox->setEnabled(FALSE);//��ת��ͨ�		GSVUachunnel_comboBox->setEnabled(FALSE);//���ͨ�		GSVUbchunnel_comboBox->setEnabled(FALSE);	GSVUcchunnel_comboBox->setEnabled(FALSE);    }}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?