-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created a new main dialog Glade file. Added some icons
- Loading branch information
Showing
5 changed files
with
286 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.idea | ||
*.pyc | ||
sample.png | ||
|
||
*.*~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,285 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Generated with glade 3.16.1 --> | ||
<interface> | ||
<requires lib="gtk+" version="3.0"/> | ||
<object class="GtkAccelGroup" id="accelgroup1"/> | ||
<object class="GtkActionGroup" id="actiongroup_services"> | ||
<property name="accel_group">accelgroup1</property> | ||
<child> | ||
<object class="GtkAction" id="action_connect"> | ||
<property name="label" translatable="yes">Connect</property> | ||
<property name="short_label" translatable="yes">Connect</property> | ||
<property name="tooltip" translatable="yes">Connect to all configured services.</property> | ||
<property name="stock_id">gtk-connect</property> | ||
</object> | ||
<accelerator key="c" modifiers="GDK_CONTROL_MASK"/> | ||
</child> | ||
<child> | ||
<object class="GtkAction" id="action_disconnect"> | ||
<property name="label" translatable="yes">Disconnect</property> | ||
<property name="short_label" translatable="yes">Disconnect</property> | ||
<property name="tooltip" translatable="yes">Disconnected from all configured services.</property> | ||
<property name="stock_id">gtk-disconnect</property> | ||
</object> | ||
<accelerator key="d" modifiers="GDK_CONTROL_MASK"/> | ||
</child> | ||
</object> | ||
<object class="GtkImageMenuItem" id="menu_Services"> | ||
<property name="related_action">action_connect</property> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="use_underline">True</property> | ||
<property name="use_stock">True</property> | ||
</object> | ||
<object class="GtkActionGroup" id="actiongroup_configure"> | ||
<child> | ||
<object class="GtkAction" id="action_configure_services"> | ||
<property name="label" translatable="yes">Configure Services</property> | ||
<property name="stock_id">gtk-convert</property> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="GtkAction" id="action_preferences"> | ||
<property name="label" translatable="yes">Preferences</property> | ||
<property name="tooltip" translatable="yes">Configure the look and behavior of the CatChat-GTK Program.</property> | ||
<property name="stock_id">gtk-preferences</property> | ||
</object> | ||
</child> | ||
</object> | ||
<object class="GtkActionGroup" id="actiongroup_control"> | ||
<child> | ||
<object class="GtkAction" id="action_quit"> | ||
<property name="label" translatable="yes">Quit</property> | ||
<property name="tooltip" translatable="yes">Quit the program.</property> | ||
</object> | ||
</child> | ||
</object> | ||
<object class="GtkActionGroup" id="actiongroup_debug"> | ||
<child> | ||
<object class="GtkAction" id="action_debug_http_log"> | ||
<property name="label" translatable="yes">Debug HTTP</property> | ||
<property name="tooltip" translatable="yes">Show HTTP traffic received from the server. </property> | ||
<property name="stock_id">gtk-dialog-error</property> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="GtkToggleAction" id="action_debug_show_area"> | ||
<property name="label" translatable="yes">Show Debug Area</property> | ||
<property name="tooltip" translatable="yes">Display the ugly debug area.</property> | ||
</object> | ||
</child> | ||
</object> | ||
<object class="GtkWindow" id="window1"> | ||
<property name="can_focus">False</property> | ||
<property name="title" translatable="yes">CatChat</property> | ||
<child> | ||
<object class="GtkBox" id="box1"> | ||
<property name="can_focus">False</property> | ||
<property name="orientation">vertical</property> | ||
<child> | ||
<object class="GtkMenuBar" id="menubar1"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<child> | ||
<object class="GtkMenuItem" id="menu_services"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="label" translatable="yes">Services</property> | ||
<property name="use_underline">True</property> | ||
<child type="submenu"> | ||
<object class="GtkMenu" id="menu1"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<child> | ||
<object class="GtkImageMenuItem" id="menu_connect"> | ||
<property name="use_action_appearance">True</property> | ||
<property name="related_action">action_connect</property> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="use_underline">True</property> | ||
<property name="use_stock">True</property> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="GtkImageMenuItem" id="imagemenuitem1"> | ||
<property name="use_action_appearance">True</property> | ||
<property name="related_action">action_disconnect</property> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="use_underline">True</property> | ||
<property name="use_stock">True</property> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="GtkSeparatorMenuItem" id="separatormenuitem1"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="GtkImageMenuItem" id="imagemenuitem2"> | ||
<property name="use_action_appearance">True</property> | ||
<property name="related_action">action_configure_services</property> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="use_underline">True</property> | ||
<property name="use_stock">True</property> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="GtkImageMenuItem" id="imagemenuitem3"> | ||
<property name="use_action_appearance">True</property> | ||
<property name="related_action">action_debug_http_log</property> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="use_underline">True</property> | ||
<property name="use_stock">True</property> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="GtkSeparatorMenuItem" id="separatormenuitem2"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="GtkImageMenuItem" id="menuitem1"> | ||
<property name="use_action_appearance">True</property> | ||
<property name="related_action">action_quit</property> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="use_underline">True</property> | ||
<property name="use_stock">True</property> | ||
</object> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkToolbar" id="toolbar1"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="toolbar_style">both-horiz</property> | ||
<child> | ||
<object class="GtkToolButton" id="tool_connect"> | ||
<property name="use_action_appearance">True</property> | ||
<property name="related_action">action_connect</property> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="label" translatable="yes">toolbutton1</property> | ||
<property name="use_underline">True</property> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="homogeneous">False</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkToolButton" id="tool_disconnect"> | ||
<property name="use_action_appearance">True</property> | ||
<property name="related_action">action_disconnect</property> | ||
<property name="visible">True</property> | ||
<property name="sensitive">False</property> | ||
<property name="can_focus">False</property> | ||
<property name="label" translatable="yes">toolbutton1</property> | ||
<property name="use_underline">True</property> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="homogeneous">False</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkSeparatorToolItem" id="toolbutton1"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="homogeneous">False</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkToolItem" id="tool_general_status"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<child> | ||
<object class="GtkComboBoxText" id="comboboxtext1"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<items> | ||
<item translatable="yes">Online</item> | ||
<item translatable="yes">Invisible</item> | ||
</items> | ||
</object> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="homogeneous">False</property> | ||
</packing> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">1</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkBox" id="debug_box"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<child> | ||
<placeholder/> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">False</property> | ||
<property name="position">2</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkIconView" id="friend_icons"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
<property name="margin">6</property> | ||
<property name="reorderable">True</property> | ||
</object> | ||
<packing> | ||
<property name="expand">True</property> | ||
<property name="fill">True</property> | ||
<property name="position">3</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkStatusbar" id="statusbar1"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="margin_left">10</property> | ||
<property name="margin_right">10</property> | ||
<property name="margin_top">6</property> | ||
<property name="margin_bottom">6</property> | ||
<property name="orientation">vertical</property> | ||
<property name="spacing">2</property> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="pack_type">end</property> | ||
<property name="position">4</property> | ||
</packing> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
</interface> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.