- Completed the AddRequestDialog dialog. It`s of little use without resources handling, anyway..

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@912 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-08-20 17:52:46 +00:00
parent 894784463f
commit b554a43f30
4 changed files with 56 additions and 12 deletions

View file

@ -25,6 +25,7 @@
#include "backend/process.hh"
#include "backend/thread.hh"
#include "backend/resource.hh"
#include "add_request_dialog.hh"
#include <iostream>
#include <sstream>
@ -60,8 +61,9 @@ SchedulablesTreeWidget::SchedulablesTreeWidget() :
/** DIALOGS **/
_add_process_dialog_glade->get_widget("AddProcessDialog", _add_process_dialog);
_add_thread_dialog_glade->get_widget("AddThreadDialog", _add_thread_dialog);
// TODO use a derived widget
_add_request_dialog_glade->get_widget("AddRequestDialog", _add_request_dialog);
// NOTE This is *not* reflective programming! AddRequestDialog is the name of
// the base widget in the glade file.
_add_request_dialog_glade->get_widget_derived("AddRequestDialog", _add_request_dialog);
set_headers_visible(false);