You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
130 lines
4.6 KiB
130 lines
4.6 KiB
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
|
<class>KPlato::CalendarListPanel</class>
|
|
<author>Dag Andersen danders@get2net.dk</author>
|
|
<widget class="TQWidget">
|
|
<property name="name">
|
|
<cstring>CalendarListPanel</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>413</width>
|
|
<height>203</height>
|
|
</rect>
|
|
</property>
|
|
<property name="caption">
|
|
<string>CalendarListPanel</string>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="TQLayoutWidget" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>layout1</cstring>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="TQPushButton" row="1" column="1">
|
|
<property name="name">
|
|
<cstring>bDelete</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Remove</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>bAdd</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>New</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TDEListView" row="0" column="0" rowspan="1" colspan="2">
|
|
<column>
|
|
<property name="text">
|
|
<string>Calendar Name</string>
|
|
</property>
|
|
<property name="clickable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="resizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</column>
|
|
<property name="name">
|
|
<cstring>calendarList</cstring>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<widget class="TQLayoutWidget" row="0" column="1">
|
|
<property name="name">
|
|
<cstring>layout3</cstring>
|
|
</property>
|
|
<vbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="TQLayoutWidget">
|
|
<property name="name">
|
|
<cstring>layout2</cstring>
|
|
</property>
|
|
<hbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="TQLabel">
|
|
<property name="name">
|
|
<cstring>textLabel2</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Parent calendar:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQComboBox">
|
|
<property name="name">
|
|
<cstring>baseCalendar</cstring>
|
|
</property>
|
|
</widget>
|
|
</hbox>
|
|
</widget>
|
|
<widget class="TQGroupBox">
|
|
<property name="name">
|
|
<cstring>calendarBox</cstring>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>Panel</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="title">
|
|
<string></string>
|
|
</property>
|
|
</widget>
|
|
</vbox>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<customwidgets>
|
|
</customwidgets>
|
|
<tabstops>
|
|
<tabstop>calendarList</tabstop>
|
|
<tabstop>bAdd</tabstop>
|
|
<tabstop>bDelete</tabstop>
|
|
<tabstop>baseCalendar</tabstop>
|
|
</tabstops>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
<includehints>
|
|
<includehint>tdelistview.h</includehint>
|
|
</includehints>
|
|
</UI>
|