Rev 440 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
{
Q_OBJECT
public:
dlg_LCD(QWidget *parent = 0);
void show_Data(int *Data);
void show_Data(char * data);
};