|
|
|
@ -4,18 +4,6 @@ |
|
|
|
<requires lib="gtk+" version="3.0"/> |
|
|
|
<requires lib="gtk+" version="3.0"/> |
|
|
|
<requires lib="gtksourceview" version="3.0"/> |
|
|
|
<requires lib="gtksourceview" version="3.0"/> |
|
|
|
<object class="GtkListStore" id="model_dataSources"/> |
|
|
|
<object class="GtkListStore" id="model_dataSources"/> |
|
|
|
<object class="GtkTextTagTable" id="texttagtable"> |
|
|
|
|
|
|
|
<child type="tag"> |
|
|
|
|
|
|
|
<object class="GtkTextTag" id="default"> |
|
|
|
|
|
|
|
<property name="font">Normal</property> |
|
|
|
|
|
|
|
<property name="family">monospace</property> |
|
|
|
|
|
|
|
</object> |
|
|
|
|
|
|
|
</child> |
|
|
|
|
|
|
|
</object> |
|
|
|
|
|
|
|
<object class="GtkTextBuffer" id="textbuffer"> |
|
|
|
|
|
|
|
<property name="tag_table">texttagtable</property> |
|
|
|
|
|
|
|
<property name="text" translatable="yes"><default>foo</default></property> |
|
|
|
|
|
|
|
</object> |
|
|
|
|
|
|
|
<object class="GtkApplicationWindow" id="ApplicationWindow"> |
|
|
|
<object class="GtkApplicationWindow" id="ApplicationWindow"> |
|
|
|
<property name="width_request">1024</property> |
|
|
|
<property name="width_request">1024</property> |
|
|
|
<property name="height_request">768</property> |
|
|
|
<property name="height_request">768</property> |
|
|
|
@ -35,12 +23,22 @@ |
|
|
|
<property name="position">200</property> |
|
|
|
<property name="position">200</property> |
|
|
|
<property name="position_set">True</property> |
|
|
|
<property name="position_set">True</property> |
|
|
|
<child> |
|
|
|
<child> |
|
|
|
<object class="GtkTreeView" id="tv_datasources"> |
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow1"> |
|
|
|
<property name="visible">True</property> |
|
|
|
<property name="visible">True</property> |
|
|
|
<property name="can_focus">True</property> |
|
|
|
<property name="can_focus">True</property> |
|
|
|
<property name="model">model_dataSources</property> |
|
|
|
<property name="shadow_type">in</property> |
|
|
|
<child internal-child="selection"> |
|
|
|
<child> |
|
|
|
<object class="GtkTreeSelection" id="treeview-selection1"/> |
|
|
|
<object class="GtkTreeView" id="tv_datasources"> |
|
|
|
|
|
|
|
<property name="visible">True</property> |
|
|
|
|
|
|
|
<property name="can_focus">True</property> |
|
|
|
|
|
|
|
<property name="hscroll_policy">natural</property> |
|
|
|
|
|
|
|
<property name="vscroll_policy">natural</property> |
|
|
|
|
|
|
|
<property name="model">model_dataSources</property> |
|
|
|
|
|
|
|
<property name="enable_grid_lines">both</property> |
|
|
|
|
|
|
|
<child internal-child="selection"> |
|
|
|
|
|
|
|
<object class="GtkTreeSelection" id="treeview-selection1"/> |
|
|
|
|
|
|
|
</child> |
|
|
|
|
|
|
|
</object> |
|
|
|
</child> |
|
|
|
</child> |
|
|
|
</object> |
|
|
|
</object> |
|
|
|
<packing> |
|
|
|
<packing> |
|
|
|
@ -49,19 +47,25 @@ |
|
|
|
</packing> |
|
|
|
</packing> |
|
|
|
</child> |
|
|
|
</child> |
|
|
|
<child> |
|
|
|
<child> |
|
|
|
<object class="GtkSourceView" id="sourceview"> |
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow2"> |
|
|
|
<property name="visible">True</property> |
|
|
|
<property name="visible">True</property> |
|
|
|
<property name="can_focus">True</property> |
|
|
|
<property name="can_focus">True</property> |
|
|
|
<property name="wrap_mode">word-char</property> |
|
|
|
<property name="shadow_type">in</property> |
|
|
|
<property name="buffer">textbuffer</property> |
|
|
|
<child> |
|
|
|
<property name="monospace">True</property> |
|
|
|
<object class="GtkSourceView" id="sourceview"> |
|
|
|
<property name="show_line_numbers">True</property> |
|
|
|
<property name="visible">True</property> |
|
|
|
<property name="show_line_marks">True</property> |
|
|
|
<property name="can_focus">True</property> |
|
|
|
<property name="tab_width">4</property> |
|
|
|
<property name="wrap_mode">word-char</property> |
|
|
|
<property name="auto_indent">True</property> |
|
|
|
<property name="monospace">True</property> |
|
|
|
<property name="insert_spaces_instead_of_tabs">True</property> |
|
|
|
<property name="show_line_numbers">True</property> |
|
|
|
<property name="highlight_current_line">True</property> |
|
|
|
<property name="show_line_marks">True</property> |
|
|
|
<property name="smart_backspace">True</property> |
|
|
|
<property name="tab_width">4</property> |
|
|
|
|
|
|
|
<property name="auto_indent">True</property> |
|
|
|
|
|
|
|
<property name="insert_spaces_instead_of_tabs">True</property> |
|
|
|
|
|
|
|
<property name="highlight_current_line">True</property> |
|
|
|
|
|
|
|
<property name="smart_backspace">True</property> |
|
|
|
|
|
|
|
</object> |
|
|
|
|
|
|
|
</child> |
|
|
|
</object> |
|
|
|
</object> |
|
|
|
<packing> |
|
|
|
<packing> |
|
|
|
<property name="resize">True</property> |
|
|
|
<property name="resize">True</property> |
|
|
|
@ -100,6 +104,7 @@ |
|
|
|
<property name="can_focus">False</property> |
|
|
|
<property name="can_focus">False</property> |
|
|
|
<property name="use_underline">True</property> |
|
|
|
<property name="use_underline">True</property> |
|
|
|
<property name="use_stock">True</property> |
|
|
|
<property name="use_stock">True</property> |
|
|
|
|
|
|
|
<signal name="activate" handler="on_OpenFile" swapped="no"/> |
|
|
|
</object> |
|
|
|
</object> |
|
|
|
</child> |
|
|
|
</child> |
|
|
|
<child> |
|
|
|
<child> |