comparison ui/MainWindow.glade @ 2:091a1f59a79c

Load profiles into list view
author Brad Greco <brad@bgreco.net>
date Tue, 02 Mar 2021 20:17:36 -0500
parents 11a9d346aa7a
children
comparison
equal deleted inserted replaced
1:b6d0a1e6ba3a 2:091a1f59a79c
39 <!-- column-name id --> 39 <!-- column-name id -->
40 <column type="gchararray"/> 40 <column type="gchararray"/>
41 <!-- column-name name --> 41 <!-- column-name name -->
42 <column type="gchararray"/> 42 <column type="gchararray"/>
43 </columns> 43 </columns>
44 <data>
45 <row>
46 <col id="0" translatable="yes">1-2-3</col>
47 <col id="1" translatable="yes">test name</col>
48 </row>
49 </data>
50 </object> 44 </object>
51 <object class="GtkApplicationWindow" id="main_window"> 45 <object class="GtkApplicationWindow" id="main_window">
52 <property name="width_request">600</property> 46 <property name="width_request">600</property>
53 <property name="height_request">400</property> 47 <property name="height_request">400</property>
54 <property name="can_focus">False</property> 48 <property name="can_focus">False</property>
92 <property name="can_focus">True</property> 86 <property name="can_focus">True</property>
93 <property name="hexpand">False</property> 87 <property name="hexpand">False</property>
94 <property name="vexpand">False</property> 88 <property name="vexpand">False</property>
95 <property name="model">color_profile_list_store</property> 89 <property name="model">color_profile_list_store</property>
96 <child internal-child="selection"> 90 <child internal-child="selection">
97 <object class="GtkTreeSelection"/> 91 <object class="GtkTreeSelection" id="profile_tree_view_selection">
92 <signal name="changed" handler="profile_tree_view_selection_changed" swapped="no"/>
93 </object>
98 </child> 94 </child>
99 <child> 95 <child>
100 <object class="GtkTreeViewColumn"> 96 <object class="GtkTreeViewColumn">
101 <property name="title" translatable="yes">Color profile</property> 97 <property name="title" translatable="yes">Color profile</property>
102 <child> 98 <child>