master propertie widget:

can link/unlink slave to master
can show element by double clic item on the list
reset modification 


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2878 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-02-26 23:57:22 +00:00
parent 322ba055c0
commit bf707cca2e
7 changed files with 180 additions and 13 deletions

View File

@@ -25,6 +25,11 @@ namespace Ui {
class FolioReportProperties;
}
/**
* @brief The FolioReportProperties class
* This class is a widget for make link between two reports element.
* This class embendded the undo/redo command when apply new connection.
*/
class FolioReportProperties : public QWidget
{
Q_OBJECT