diff options
Diffstat (limited to 'clients/tde/misc')
-rw-r--r-- | clients/tde/misc/Makefile.am | 12 | ||||
-rw-r--r-- | clients/tde/misc/remote_laboratory_client.desktop | 13 | ||||
-rw-r--r-- | clients/tde/misc/remotelabui.rc | 21 |
3 files changed, 46 insertions, 0 deletions
diff --git a/clients/tde/misc/Makefile.am b/clients/tde/misc/Makefile.am new file mode 100644 index 0000000..cfaddd8 --- /dev/null +++ b/clients/tde/misc/Makefile.am @@ -0,0 +1,12 @@ +KDE_ICON = AUTO + +rcdir = $(kde_datadir)/remote_laboratory_client +rc_DATA = remotelabui.rc + +configdir = $(kde_confdir) +config_DATA = + +xdg_apps_DATA = remote_laboratory_client.desktop + +partdesktopdir = $(kde_servicesdir) +partdesktop_DATA = diff --git a/clients/tde/misc/remote_laboratory_client.desktop b/clients/tde/misc/remote_laboratory_client.desktop new file mode 100644 index 0000000..f6e2eef --- /dev/null +++ b/clients/tde/misc/remote_laboratory_client.desktop @@ -0,0 +1,13 @@ +# KDE Config File +[Desktop Entry] +Encoding=UTF-8 +Name=Remote Laboratory Client +Name[xx]=xxRemote Laboratory Clientxx +GenericName=Remote Laboratory Client +Type=Application +Exec=remote_laboratory_client +Icon=remote_laboratory_client.png +Comment=Remote laboratory client +Terminal=false +MimeType=inode/directory +Categories=Qt;KDE;Utility; diff --git a/clients/tde/misc/remotelabui.rc b/clients/tde/misc/remotelabui.rc new file mode 100644 index 0000000..d1598ff --- /dev/null +++ b/clients/tde/misc/remotelabui.rc @@ -0,0 +1,21 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="remotelab" version="1"> + <MenuBar> + <Menu name="MDIMode"><text>MDI Mode</text> + <Action name="toplevel" /> + <Action name="childframe" /> + <Action name="tabpage" /> + <Action name="ideal" /> + </Menu> + <Menu name="instrumentMenu"><text>Instrumentation</text> + <Action name="oscilloscope"/> + <Action name="frequency_generator"/> + <Action name="spectrum_analyzer"/> + </Menu> + </MenuBar> + <ToolBar name="instrumentToolBar" fullWidth="true" noMerge="1"><text>Instrumentation Toolbar</text> + <Action name="oscilloscope"/> + <Action name="frequency_generator"/> + <Action name="spectrum_analyzer"/> + </ToolBar> +</kpartgui>
\ No newline at end of file |