代码搜索:QMainWindow
找到约 794 项符合「QMainWindow」的源代码
代码结果 794
www.eeworm.com/read/343875/3215306
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
#include
#include
#include
#include "imagewidget.h"
class MainWindow : public QMainWindo
www.eeworm.com/read/343875/3215421
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include
class RadarView;
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow();
private slots:
private:
www.eeworm.com/read/339155/3310830
cpp addressbook.cpp
#include
#include "abitem.h"
#include "addressbook.h"
#include "editdialog.h"
AddressBook::AddressBook(QWidget *parent)
: QMainWindow(parent)
{
QStringList labels;
labels
www.eeworm.com/read/294145/3920106
cpp mainsub.cpp
#include "mainsub.h"
MainSub::MainSub( QWidget * parent, const char * name,
WFlags f ):
QMainWindow( parent, name, f ){
}
// The only purpose of this class: to send an event in case of closi
www.eeworm.com/read/293321/3931433
ui fetmainform_template.ui
FetMainForm_template
FetMainForm_template
www.eeworm.com/read/276342/4166385
cpp addressbook.cpp
#include
#include "abitem.h"
#include "addressbook.h"
#include "editdialog.h"
AddressBook::AddressBook(QWidget *parent)
: QMainWindow(parent)
{
QStringList labels;
labels