-rw-r--r-- | apps/Examples/.directory | 4 | ||||
-rw-r--r-- | apps/Examples/main-tab.desktop | 6 | ||||
-rw-r--r-- | apps/Examples/simple-icon.desktop | 8 | ||||
-rw-r--r-- | apps/Examples/simple-main.desktop | 8 | ||||
-rw-r--r-- | apps/Examples/simple.desktop | 8 |
5 files changed, 34 insertions, 0 deletions
diff --git a/apps/Examples/.directory b/apps/Examples/.directory new file mode 100644 index 0000000..301254f --- a/dev/null +++ b/apps/Examples/.directory | |||
@@ -0,0 +1,4 @@ | |||
1 | [Desktop Entry] | ||
2 | Icon=AppsIcon | ||
3 | Type=application/octet-stream | ||
4 | Name=Examples | ||
diff --git a/apps/Examples/main-tab.desktop b/apps/Examples/main-tab.desktop new file mode 100644 index 0000000..2727b26 --- a/dev/null +++ b/apps/Examples/main-tab.desktop | |||
@@ -0,0 +1,6 @@ | |||
1 | [Desktop Entry] | ||
2 | Exec=main-tab | ||
3 | Icon=Example | ||
4 | Type=Example | ||
5 | Name=TabWidget Example | ||
6 | Comment=An Example Program | ||
diff --git a/apps/Examples/simple-icon.desktop b/apps/Examples/simple-icon.desktop new file mode 100644 index 0000000..c555fb5 --- a/dev/null +++ b/apps/Examples/simple-icon.desktop | |||
@@ -0,0 +1,8 @@ | |||
1 | [Desktop Entry] | ||
2 | Exec=simple-icon | ||
3 | Icon=Example | ||
4 | Type=Example | ||
5 | Name=IconExample | ||
6 | Comment=An Example Program | ||
7 | Name[pt]=Exemplo | ||
8 | Comment[pt]=Um programa de exemplo | ||
diff --git a/apps/Examples/simple-main.desktop b/apps/Examples/simple-main.desktop new file mode 100644 index 0000000..35c6ad4 --- a/dev/null +++ b/apps/Examples/simple-main.desktop | |||
@@ -0,0 +1,8 @@ | |||
1 | [Desktop Entry] | ||
2 | Exec=simple-main | ||
3 | Icon=Example | ||
4 | Type=Example | ||
5 | Name=Simple MainWindow | ||
6 | Comment=An Example Program | ||
7 | Name[pt]=Exemplo | ||
8 | Comment[pt]=Um programa de exemplo | ||
diff --git a/apps/Examples/simple.desktop b/apps/Examples/simple.desktop new file mode 100644 index 0000000..8acab9d --- a/dev/null +++ b/apps/Examples/simple.desktop | |||
@@ -0,0 +1,8 @@ | |||
1 | [Desktop Entry] | ||
2 | Exec=simple | ||
3 | Icon=Example | ||
4 | Type=Example | ||
5 | Name=SimpleExample | ||
6 | Comment=An Example Program | ||
7 | Name[pt]=Exemplo | ||
8 | Comment[pt]=Um programa de exemplo | ||