sd

by 3334 on July 22nd, 2010
No notes
Syntax: C++
Show lines - Hide lines - Show in textbox - Download
#include "mainwindow.h"
#include <QMenuBar>
MainWindow::MainWindow()
{
 
    setMinimumSize(160, 160);
    resize(480, 320);
}
 
void MainWindow::create_menu()
{
    fileMenu = new QMenu("Plik", this);
    menuBar()->addMenu(fileMenu);
}
 
void MainWindow::create_action()
{
 
}
 
void MainWindow::create_toolbar()
{
 
}
 

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS