summaryrefslogtreecommitdiffstats
path: root/kplato/kptintervaleditbase.ui
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptintervaleditbase.ui')
-rw-r--r--kplato/kptintervaleditbase.ui124
1 files changed, 124 insertions, 0 deletions
diff --git a/kplato/kptintervaleditbase.ui b/kplato/kptintervaleditbase.ui
new file mode 100644
index 00000000..69ad5288
--- /dev/null
+++ b/kplato/kptintervaleditbase.ui
@@ -0,0 +1,124 @@
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
+<class>KPlato::IntervalEditBase</class>
+<author>Dag Andersen</author>
+<widget class="QWidget">
+ <property name="name">
+ <cstring>IntervalEditBase</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>278</width>
+ <height>237</height>
+ </rect>
+ </property>
+ <property name="caption">
+ <string>CalendarEditBase</string>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <property name="margin">
+ <number>0</number>
+ </property>
+ <widget class="QListView">
+ <column>
+ <property name="text">
+ <string>Work Interval</string>
+ </property>
+ <property name="clickable">
+ <bool>true</bool>
+ </property>
+ <property name="resizable">
+ <bool>true</bool>
+ </property>
+ </column>
+ <property name="name">
+ <cstring>intervalList</cstring>
+ </property>
+ <property name="focusPolicy">
+ <enum>NoFocus</enum>
+ </property>
+ <property name="showSortIndicator">
+ <bool>true</bool>
+ </property>
+ <property name="resizeMode">
+ <enum>AllColumns</enum>
+ </property>
+ </widget>
+ <widget class="QLayoutWidget">
+ <property name="name">
+ <cstring>layout6</cstring>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QTimeEdit">
+ <property name="name">
+ <cstring>startTime</cstring>
+ </property>
+ </widget>
+ <widget class="QTimeEdit">
+ <property name="name">
+ <cstring>endTime</cstring>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+ <widget class="QLayoutWidget">
+ <property name="name">
+ <cstring>layout3</cstring>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <spacer>
+ <property name="name">
+ <cstring>spacer1</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>51</width>
+ <height>21</height>
+ </size>
+ </property>
+ </spacer>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>bClear</cstring>
+ </property>
+ <property name="text">
+ <string>Clear</string>
+ </property>
+ </widget>
+ <widget class="QPushButton">
+ <property name="name">
+ <cstring>bAddInterval</cstring>
+ </property>
+ <property name="text">
+ <string>Add Interval</string>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+ </vbox>
+</widget>
+<tabstops>
+ <tabstop>startTime</tabstop>
+ <tabstop>endTime</tabstop>
+ <tabstop>bClear</tabstop>
+ <tabstop>bAddInterval</tabstop>
+ <tabstop>intervalList</tabstop>
+</tabstops>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>