diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:10:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:10:41 -0600 |
commit | 7422cac1a18dca897d3830a267eb91683d05a95b (patch) | |
tree | 2ba309f49b47a5fbb0b226801b224c2532b7ab1a /kplato/kpttastderesourcespanelbase.ui | |
parent | 3fe437def8063926892bddf2dcc733861308836d (diff) | |
download | koffice-7422cac1a18dca897d3830a267eb91683d05a95b.tar.gz koffice-7422cac1a18dca897d3830a267eb91683d05a95b.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kplato/kpttastderesourcespanelbase.ui')
-rw-r--r-- | kplato/kpttastderesourcespanelbase.ui | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/kplato/kpttastderesourcespanelbase.ui b/kplato/kpttastderesourcespanelbase.ui new file mode 100644 index 00000000..5d2b82b0 --- /dev/null +++ b/kplato/kpttastderesourcespanelbase.ui @@ -0,0 +1,111 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>KPlato::TaskResourcesPanelBase</class> +<author>Dag Andersen <[email protected]></author> +<widget class="TQWidget"> + <property name="name"> + <cstring>TaskResourcesPanelBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>445</width> + <height>169</height> + </rect> + </property> + <property name="caption"> + <string>TaskResourcesPanelBase</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="TQListView"> + <column> + <property name="text"> + <string>Group</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>Max. Units</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <property name="name"> + <cstring>groupList</cstring> + </property> + <property name="minimumSize"> + <size> + <width>200</width> + <height>0</height> + </size> + </property> + </widget> + <widget class="TQLayoutWidget"> + <property name="name"> + <cstring>layout14</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Assign resources:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>resourceTable</cstring> + </property> + </widget> + <widget class="TQTable"> + <column> + <property name="text"> + <string>Resource</string> + </property> + <property name="pixmap"> + <pixmap></pixmap> + </property> + </column> + <property name="name"> + <cstring>resourceTable</cstring> + </property> + <property name="resizePolicy"> + <enum>Default</enum> + </property> + <property name="numRows"> + <number>0</number> + </property> + <property name="numCols"> + <number>1</number> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </vbox> + </widget> + </hbox> +</widget> +<includes> + <include location="local" impldecl="in implementation">kpttastderesourcespanelbase.ui.h</include> +</includes> +<layoutdefaults spacing="6" margin="11"/> +</UI> |