git-svn-id: svn://db.shs.com.ru/libs@112 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2016-08-09 15:33:56 +00:00
parent b5923b7ba3
commit f24b7172b7
17 changed files with 383 additions and 264 deletions

View File

@@ -28,7 +28,7 @@ using namespace CDUtils;
namespace Ui {
class CD_Pult;
};
}
class CD_Pult: public QMainWindow, public PIObject
{
@@ -50,7 +50,7 @@ private:
void progress(int val, int max);
void clearSelected();
QString typeName(const QString & n) const;
void makeTreeSection(KSection & ks, QTreeWidgetItem * pi);
void makeTreeSection(CDSection & ks, QTreeWidgetItem * pi);
EVENT_HANDLER1(void, received, bool, ok);
EVENT_HANDLER(void, pip_sendFailed) {emit q_k_sendFailed();}