代码搜索:QMainWindow

找到约 794 项符合「QMainWindow」的源代码

代码结果 794
www.eeworm.com/read/312341/13613444

txt serial.txt

[serial.cpp] #include #include #include "mainwindow.h" int main(int argc, char *argv[]) { QApplication a(argc,argv); MainWindow m; a.setMai
www.eeworm.com/read/312335/13613499

cpp menu_i18n.cpp

#include "menu_i18n.h" MainWidget::MainWidget(QWidget *parent, const char *name): QMainWindow(parent, name) { //set caption and backgroundcolor setCaption( QObject::tr("Qt_MENU_Example") ); setBack
www.eeworm.com/read/465929/1515697

cpp menu_i18n.cpp

#include "menu_i18n.h" MainWidget::MainWidget(QWidget *parent, const char *name): QMainWindow(parent, name) { //set caption and backgroundcolor setCaption( QObject::tr("Qt_MENU_Example") ); setBack
www.eeworm.com/read/465929/1515719

cpp menu_i18n.cpp

#include "menu_i18n.h" MainWidget::MainWidget(QWidget *parent, const char *name): QMainWindow(parent, name) { //set caption and backgroundcolor setCaption( QObject::tr("Qt_MENU_Example") ); setBack
www.eeworm.com/read/206087/5012088

h kphone.h

#ifndef KPHONE_H_INCLUDED #define KPHONE_H_INCLUDED #include class SipClient; class SipUser; class PhoneList; class CallAudio; class AudioControl; class VideoControl; class KSipUserI
www.eeworm.com/read/343875/3214943

h mainwindow.h

#ifndef MAINWINDOW_H #define MAINWINDOW_H #include #include "svgwindow.h" class MainWindow : public QMainWindow { Q_OBJECT public: MainWindow(); public slots: void openFile(co
www.eeworm.com/read/343875/3215224

h mainwindow.h

#ifndef _MAINWINDOW_H_ #define _MAINWINDOW_H_ #include "ui_mainwindow.h" class QLabel; class CMainWindow : public QMainWindow, public Ui::MainWindow { Q_OBJECT public: CMainWindow(QWidget* =
www.eeworm.com/read/279500/4136190

h mainwindow.h

#ifndef _MAINWINDOW_H_ #define _MAINWINDOW_H_ #include "ui_mainwindow.h" class QLabel; class CMainWindow : public QMainWindow, public Ui::MainWindow { Q_OBJECT public: CMainWindow(QWidget* =
www.eeworm.com/read/446555/1712166

svn-base qonsole.h.svn-base

#ifndef QONSOLE_H #define QONSOLE_H #include class QProcess; class LogWindow; /** Qonsole - konsole without the k Example using QProcess and KeyEvents. By S. Alan Ezust */ //s
www.eeworm.com/read/446555/1712172

h qonsole.h

#ifndef QONSOLE_H #define QONSOLE_H #include class QProcess; class LogWindow; /** Qonsole - konsole without the k Example using QProcess and KeyEvents. By S. Alan Ezust */ //s