the widget class, inherit from QWidget, the main widget More...
#include <widget.h>
Public Slots | |
void | saveButtonClicked () |
process save button event | |
void | exportButtonClicked () |
process export button event | |
void | searchBoxTyped (QString text) |
process seach inout change event More... | |
void | newButtonClicked () |
process create new project button event | |
void | openButtonClicked () |
process open button event | |
void | showRelevantBioBricks (QStringList *biobricks) |
show the relevant biobricks More... | |
void | showBioBrickInfo (QString info) |
show a selected BioBrick More... | |
Public Member Functions | |
Widget (QWidget *parent=0) | |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *e) |
the widget class, inherit from QWidget, the main widget
this class is the main widget for this application
|
slot |
process seach inout change event
text | user's input |
|
slot |
show a selected BioBrick
info | the biobrick's info |
|
slot |
show the relevant biobricks
biobricks | the revelant biobrick lisr |