GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <QApplication>
#include <QPushButton>
#include <QHBoxLayout>
#include <QVBoxLayout>
#include "welcome-wizard.h"
#include "resource-manager.h"
Go to the source code of this file.
Functions | |
static QLabel * | make_octave_logo (QWidget *p=0, int height=100) |
Definition at line 37 of file welcome-wizard.cc.