<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello, Marco!<br>
    <br>
    What do you think about:<br>
    <ul>
      <li>should I use code of current system tray (i.e. git clone &
        git branch ) to include system tray in QML in KDE or create new
        clean project (i.e. git init) and push it [new project] to
        playground? Should system tray in QML be an continuation of tray
        in C++ (git branch) or it [system tray in QML] should be a
        project, new applet (git init)?<br>
      </li>
      <li>should I save project structure (files and directories,
        classes, etc) or I can feel free creating project (new/different
        files, directories and classes, etc)? <br>
      </li>
      <li>should I access to data engine "statusnotifieritem" from C++
        code or can do this from QML directly?</li>
    </ul>
    The answers to these question are required me to understand how I
    can organize code to avoid problems with integration of system tray
    in KDE.<br>
    <br>
    Thank you!<br>
  </body>
</html>