diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-03-24 11:41:13 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-03-24 11:41:13 (GMT) |
commit | c9d2691935e2a87cb74b6f04ad6b4f561728e0c6 (patch) | |
tree | 3b2ae589421775e11657748bd97a9bc3519856bb /rhimport.glade | |
parent | f52380b976948ec2f3776d63baaf2549f4a81b49 (diff) |
improved handling of ListStore
better formatting for dropbox names in GUI
added emptyCarts function
basic m3u parsing
Diffstat (limited to 'rhimport.glade')
-rw-r--r-- | rhimport.glade | 66 |
1 files changed, 64 insertions, 2 deletions
diff --git a/rhimport.glade b/rhimport.glade index 0cf2e39..ae63bf8 100644 --- a/rhimport.glade +++ b/rhimport.glade @@ -102,11 +102,35 @@ </packing> </child> <child> - <widget class="GtkComboBox" id="co_dropbox"> + <widget class="GtkHBox" id="hbox_dropbox"> <property name="visible">True</property> + <child> + <widget class="GtkComboBox" id="co_dropbox"> + <property name="visible">True</property> + </widget> + <packing> + <property name="position">0</property> + </packing> + </child> + <child> + <widget class="GtkButton" id="b_showcarts"> + <property name="label" translatable="yes">Carts anzeigen</property> + <property name="width_request">130</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <signal name="clicked" handler="on_b_showcarts_clicked"/> + </widget> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> </widget> <packing> <property name="expand">False</property> + <property name="fill">False</property> <property name="position">3</property> </packing> </child> @@ -125,8 +149,8 @@ <widget class="GtkFileChooserWidget" id="filechooser"> <property name="visible">True</property> <property name="orientation">vertical</property> - <property name="preview_widget_active">False</property> <property name="use_preview_label">False</property> + <property name="preview_widget_active">False</property> </widget> <packing> <property name="position">5</property> @@ -206,4 +230,42 @@ </widget> </child> </widget> + <widget class="GtkWindow" id="usedcartswin"> + <property name="destroy_with_parent">True</property> + <child> + <widget class="GtkFrame" id="usedcartsframe"> + <property name="visible">True</property> + <property name="label_xalign">0</property> + <property name="shadow_type">none</property> + <child> + <widget class="GtkAlignment" id="alignment1"> + <property name="visible">True</property> + <property name="bottom_padding">10</property> + <property name="left_padding">10</property> + <property name="right_padding">10</property> + <child> + <widget class="GtkTextView" id="tf_usedcarts"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">False</property> + <property name="text" translatable="yes"><nr>: <title></property> + </widget> + </child> + </widget> + </child> + <child> + <widget class="GtkLabel" id="l_usedcarts_main"> + <property name="visible">True</property> + <property name="xpad">5</property> + <property name="ypad">5</property> + <property name="label" translatable="yes"><b>group - start:end</b></property> + <property name="use_markup">True</property> + </widget> + <packing> + <property name="type">label_item</property> + </packing> + </child> + </widget> + </child> + </widget> </glade-interface> |