<?xml version="1.0" encoding="UTF-8"?> <interface> <!-- interface-requires gtk+ 3.0 --> <object class="GtkListStore" id="classification-model"> <columns> <!-- column-name gchararray --> <column type="gchararray"/> </columns> <data> <row> <col id="0" translatable="yes" comments="To Translators: This is task classification">Public</col> </row> <row> <col id="0" translatable="yes" comments="To Translators: This is task classification">Private</col> </row> <row> <col id="0" translatable="yes" comments="To Translators: This is task classification">Confidential</col> </row> </data> </object> <object class="GtkListStore" id="model1"> <columns> <!-- column-name gchararray --> <column type="gchararray"/> </columns> </object> <object class="GtkAdjustment" id="percent-adjustment"> <property name="upper">100</property> <property name="step_increment">1</property> <property name="page_increment">10</property> </object> <object class="GtkListStore" id="priority-model"> <columns> <!-- column-name gchararray --> <column type="gchararray"/> </columns> <data> <row> <col id="0" translatable="yes" comments="To Translators: This is task priority">High</col> </row> <row> <col id="0" translatable="yes" comments="To Translators: This is task priority">Normal</col> </row> <row> <col id="0" translatable="yes" comments="To Translators: This is task priority">Low</col> </row> <row> <col id="0" translatable="yes" comments="To Translators: This is task priority">Undefined</col> </row> </data> </object> <object class="GtkListStore" id="status-model"> <columns> <!-- column-name gchararray --> <column type="gchararray"/> </columns> <data> <row> <col id="0" translatable="yes" comments="To Translators: This is task status">Not Started</col> </row> <row> <col id="0" translatable="yes" comments="To Translators: This is task status">In Progress</col> </row> <row> <col id="0" translatable="yes" comments="To Translators: This is task status">Completed</col> </row> <row> <col id="0" translatable="yes" comments="To Translators: This is task status">Canceled</col> </row> </data> </object> <object class="GtkWindow" id="task-toplevel"> <property name="can_focus">False</property> <property name="title">window1</property> <child> <object class="GtkVBox" id="task-page"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">3</property> <property name="spacing">6</property> <child> <object class="GtkHBox" id="generic-info"> <property name="can_focus">False</property> <child> <object class="GtkImage" id="generic-info-image"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="padding">6</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="generic-info-msgs"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="padding">3</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkHBox" id="hbox7"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkHBox" id="hbox15"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <placeholder/> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="padding">4</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkTable" id="table3"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="n_rows">10</property> <property name="n_columns">4</property> <property name="column_spacing">12</property> <child> <object class="GtkLabel" id="summary-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Su_mmary:</property> <property name="use_underline">True</property> <property name="justify">center</property> <property name="mnemonic_widget">summary</property> </object> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"/> </packing> </child> <child> <object class="GtkLabel" id="org-task-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Organi_zer:</property> <property name="use_underline">True</property> </object> <packing> <property name="x_options">GTK_FILL</property> <property name="y_options"/> </packing> </child> <child> <object class="GtkLabel" id="due-date-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">D_ue date:</property> <property name="use_underline">True</property> <property name="justify">center</property> <property name="mnemonic_widget">due-date</property> </object> <packing> <property name="top_attach">4</property> <property name="bottom_attach">5</property> <property name="x_options">GTK_FILL</property> <property name="y_options"/> </packing> </child> <child> <object class="GtkLabel" id="start-date-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Sta_rt date:</property> <property name="use_underline">True</property> <property name="justify">center</property> <property name="mnemonic_widget">start-date</property> </object> <packing> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_FILL</property> <property name="y_options"/> </packing> </child> <child> <object class="GtkButton" id="categories-button"> <property name="label" translatable="yes">Ca_tegories...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> </object> <packing> <property name="top_attach">8</property> <property name="bottom_attach">9</property> <property name="x_options">GTK_FILL</property> <property name="y_options"/> </packing> </child> <child> <object class="GtkLabel" id="timezone-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Time zone:</property> </object> <packing> <property name="top_attach">7</property> <property name="bottom_attach">8</property> <property name="x_options">GTK_FILL</property> <property name="y_options"/> </packing> </child> <child> <object class="GtkLabel" id="label18"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="yalign">0</property> <property name="label" translatable="yes">_Description:</property> <property name="use_underline">True</property> <property name="justify">center</property> <property name="mnemonic_widget">description</property> </object> <packing> <property name="top_attach">9</property> <property name="bottom_attach">10</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="EDateEdit" id="start-date"> <property name="visible">True</property> <property name="allow_no_date_set">True</property> <property name="show_time">False</property> <accessibility> <relation type="labelled-by" target="start-date-label"/> </accessibility> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_SHRINK | GTK_FILL</property> <property name="y_options">GTK_SHRINK | GTK_FILL</property> <property name="y_padding">3</property> </packing> </child> <child> <object class="EDateEdit" id="due-date"> <property name="visible">True</property> <property name="allow_no_date_set">True</property> <property name="show_time">False</property> <accessibility> <relation type="labelled-by" target="due-date-label"/> </accessibility> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">4</property> <property name="bottom_attach">5</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> <property name="y_padding">3</property> </packing> </child> <child> <object class="ETimezoneEntry" id="timezone"> <property name="visible">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">4</property> <property name="top_attach">7</property> <property name="bottom_attach">8</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> <property name="y_padding">3</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="scrolledwindow1"> <property name="height_request">100</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="shadow_type">in</property> <child> <object class="GtkTextView" id="description"> <property name="width_request">400</property> <property name="height_request">150</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="wrap_mode">word</property> </object> </child> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">4</property> <property name="top_attach">9</property> <property name="bottom_attach">10</property> <property name="y_padding">3</property> </packing> </child> <child> <object class="ESpellEntry" id="summary"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">4</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="y_options"/> <property name="y_padding">3</property> </packing> </child> <child> <object class="GtkHBox" id="list-box"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> <child> <placeholder/> </child> <child> <object class="GtkVButtonBox" id="attendee-box"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="layout_style">start</property> <child> <object class="GtkButton" id="add-attendee"> <property name="label">gtk-add</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkButton" id="remove-attendee"> <property name="label">gtk-remove</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkButton" id="edit-attendee"> <property name="label">gtk-edit</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="pack_type">end</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">4</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> <property name="y_padding">3</property> </packing> </child> <child> <object class="GtkVBox" id="vbox1"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkButton" id="invite"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <child> <object class="GtkAlignment" id="alignment1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xscale">0</property> <property name="yscale">0</property> <child> <object class="GtkHBox" id="hbox14"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">2</property> <child> <object class="GtkImage" id="image1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="stock">gtk-jump-to</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="attendees-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Atte_ndees...</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> </child> </object> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <placeholder/> </child> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkHBox" id="hbox12"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> <property name="homogeneous">True</property> <child> <object class="GtkComboBox" id="organizer"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">model1</property> <property name="has_entry">True</property> <property name="entry_text_column">0</property> <child internal-child="entry"> <object class="GtkEntry" id="combobox-entry2"> <property name="can_focus">False</property> </object> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkHBox" id="hbox13"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="group-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">_List:</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="EClientComboBox" type-func="e_client_combo_box_get_type" id="client-combo-box"> <property name="extension-name">Task List</property> <property name="show-colors">True</property> <property name="visible">True</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">4</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> <property name="y_padding">3</property> </packing> </child> <child> <object class="GtkEntry" id="categories"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">4</property> <property name="top_attach">8</property> <property name="bottom_attach">9</property> <property name="y_options"/> <property name="y_padding">3</property> </packing> </child> <child> <object class="GtkLabel" id="status-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">_Status:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">status-combobox</property> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="completed-date-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Date _completed:</property> <property name="use_underline">True</property> <property name="justify">center</property> <property name="mnemonic_widget">completed-date</property> </object> <packing> <property name="top_attach">5</property> <property name="bottom_attach">6</property> <property name="x_options">GTK_FILL</property> <property name="y_options"/> </packing> </child> <child> <object class="EDateEdit" type-func="e_date_edit_get_type" id="completed-date"> <property name="visible">True</property> <property name="show-date">True</property> <property name="show-time">False</property> <property name="allow-no-date-set">True</property> <accessibility> <relation target="completed-date-label" type="labelled-by"/> </accessibility> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">5</property> <property name="bottom_attach">6</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="percent-complete-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">_Percent complete:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">percent-complete</property> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">5</property> <property name="bottom_attach">6</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="priority-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Priorit_y:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">priority-combobox</property> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">4</property> <property name="bottom_attach">5</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="classification-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">C_lassification:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">classification-combobox</property> </object> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">6</property> <property name="bottom_attach">7</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="web-page-label"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">_Web Page:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">web-page-entry</property> </object> <packing> <property name="top_attach">6</property> <property name="bottom_attach">7</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkComboBox" id="status-combobox"> <property name="width_request">150</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">status-model</property> <child> <object class="GtkCellRendererText" id="renderer2"/> <attributes> <attribute name="text">0</attribute> </attributes> </child> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_FILL</property> <property name="y_options"/> </packing> </child> <child> <object class="GtkComboBox" id="priority-combobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">priority-model</property> <child> <object class="GtkCellRendererText" id="renderer1"/> <attributes> <attribute name="text">0</attribute> </attributes> </child> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">4</property> <property name="bottom_attach">5</property> <property name="x_options">GTK_FILL</property> <property name="y_options"/> </packing> </child> <child> <object class="GtkComboBox" id="classification-combobox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">classification-model</property> <child> <object class="GtkCellRendererText" id="renderer4"/> <attributes> <attribute name="text">0</attribute> </attributes> </child> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">6</property> <property name="bottom_attach">7</property> <property name="x_options">GTK_FILL</property> <property name="y_options"/> </packing> </child> <child> <object class="EUrlEntry" type-func="e_url_entry_get_type" id="web-page-entry"> <property name="visible">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">6</property> <property name="bottom_attach">7</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkSpinButton" id="percent-complete"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> <property name="invisible_char_set">True</property> <property name="adjustment">percent-adjustment</property> <property name="climb_rate">1</property> <property name="numeric">True</property> </object> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="top_attach">5</property> <property name="bottom_attach">6</property> <property name="x_options">GTK_FILL</property> <property name="y_options"/> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkHBox" id="hbox16"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <placeholder/> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="padding">4</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> </child> </object> </interface>