-rw-r--r-- | core/pim/todo/taskeditoradvanced.ui | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/pim/todo/taskeditoradvanced.ui b/core/pim/todo/taskeditoradvanced.ui index 6160712..3aac216 100644 --- a/core/pim/todo/taskeditoradvanced.ui +++ b/core/pim/todo/taskeditoradvanced.ui @@ -1,117 +1,113 @@ <!DOCTYPE UI><UI> <class>TaskEditorAdvanced</class> <widget> <class>QWidget</class> <property stdset="1"> <name>name</name> <cstring>TaskEditorAdvanced</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>232</width> <height>307</height> </rect> </property> - <property stdset="1"> - <name>caption</name> - <string>Form2</string> - </property> <property> <name>layoutMargin</name> </property> <property> <name>layoutSpacing</name> </property> <grid> <property stdset="1"> <name>margin</name> <number>8</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget row="0" column="0" > <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout13</cstring> </property> <hbox> <property stdset="1"> <name>margin</name> <number>0</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>lblState</cstring> </property> <property stdset="1"> <name>text</name> <string>State:</string> </property> </widget> <widget> <class>QComboBox</class> <item> <property> <name>text</name> <string>Started</string> </property> </item> <item> <property> <name>text</name> <string>Postponed</string> </property> </item> <item> <property> <name>text</name> <string>Finished</string> </property> </item> <item> <property> <name>text</name> <string>Not started</string> </property> </item> <property stdset="1"> <name>name</name> <cstring>cmbState</cstring> </property> </widget> </hbox> </widget> <widget row="2" column="0" > <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout17</cstring> </property> <hbox> <property stdset="1"> <name>margin</name> <number>0</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>lblMaintainer</cstring> </property> <property stdset="1"> |