summaryrefslogtreecommitdiff
path: root/svtools/uiconfig
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-06-03 10:03:07 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-07-16 09:52:44 +0200
commit168f21e42620be24daa07cad3ee2c5535c0c527f (patch)
treef3b625558f4de4f998609c19b437f40eb32b1c3c /svtools/uiconfig
parent5c117650072b0cd53d3a2233812fa0961bba1327 (diff)
added SvtFileView, basic loading of the root directory
Change-Id: I54a4aa3a2c68b4dbbc54a68469ea6fe41e361864
Diffstat (limited to 'svtools/uiconfig')
-rw-r--r--svtools/uiconfig/ui/remotefilesdialog.ui27
1 files changed, 25 insertions, 2 deletions
diff --git a/svtools/uiconfig/ui/remotefilesdialog.ui b/svtools/uiconfig/ui/remotefilesdialog.ui
index 894ce8ea3452..0c5936904a56 100644
--- a/svtools/uiconfig/ui/remotefilesdialog.ui
+++ b/svtools/uiconfig/ui/remotefilesdialog.ui
@@ -2,6 +2,7 @@
<!-- Generated with glade 3.18.3 -->
<interface>
<requires lib="gtk+" version="3.12"/>
+ <requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="RemoteFilesDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
@@ -65,7 +66,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">2</property>
+ <property name="position">3</property>
</packing>
</child>
<child>
@@ -123,7 +124,29 @@
</packing>
</child>
<child>
- <placeholder/>
+ <object class="GtkEntry" id="path">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="svtlo-SvtFileView" id="files">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection" id="File View-selection1"/>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">2</property>
+ </packing>
</child>
</object>
</child>