Source: /app/hbasic/hbasic/dialogs/dlg_menu_type.h


Annotated List
Files
Globals
Hierarchy
Index
/* **************************************************************************
 File: dlg_menu_type.h
 Desc: Window to ask the user what menu editor type should be generated.
 ----------------------------------------------------------------------------
	copyright            : (C) 2001 HBasic project (Marcus Engels)
 ***************************************************************************/

/* **************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

/* ----------------------------------------------------------------------- */
/* Classlist: List of classes that will be defined in this source file.    */
/* ----------------------------------------------------------------------- */

/**
   class CDlgMenuType : widget to get component that should be created. 
*/

/* ----------------------------------------------------------------------- */
/* Changelog: Description of important changes within this file.           */
/*            Please report with date, maintainer and change description.  */
/* ----------------------------------------------------------------------- */

#ifndef MENU_TYPE_H
#define MENU_TYPE_H

#include 
#include 

class QLabel;
class QPushButton;
class QButtonGroup;
class QRadioButton;

/**
  CDlgMenuType : class that displays window to ask the user which new 
     project type should be generated. 
*/

class CDlgMenuType : public QDialog
{ 
	Q_OBJECT

public:
	CDlgMenuType( QWidget *parent );
	int getMenuType();

private:
	QButtonGroup *bg_type_group;
	QRadioButton *rb_select_global;
	QRadioButton *rb_select_form;
	QLabel *header_label;
	QPushButton* btn_ok;
};

#endif 

Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54.