Files
rdkit/Python/RDToDo/forms/taskdialog.ui
Greg Landrum 75a79b6327 initial import
2006-05-06 22:20:08 +00:00

301 lines
12 KiB
XML
Executable File

<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>TaskEdit</class>
<widget class="QDialog">
<property name="name">
<cstring>taskEdit</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>542</width>
<height>335</height>
</rect>
</property>
<property name="caption">
<string>Edit Task</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>4</number>
</property>
<property name="spacing">
<number>4</number>
</property>
<widget class="QTabWidget">
<property name="name">
<cstring>notebook</cstring>
</property>
<widget class="QWidget">
<property name="name">
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Info</string>
</attribute>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>4</number>
</property>
<property name="spacing">
<number>4</number>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>Layout8</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="QLabel">
<property name="name">
<cstring>TextLabel1</cstring>
</property>
<property name="text">
<string>Name</string>
</property>
</widget>
<widget class="QLineEdit">
<property name="name">
<cstring>nameEdit</cstring>
</property>
</widget>
</hbox>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>Layout51</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="QCheckBox">
<property name="name">
<cstring>dueButton</cstring>
</property>
<property name="text">
<string>Due?</string>
</property>
<property name="toolTip" stdset="0">
<string>toggles use of the due date</string>
</property>
</widget>
<widget class="QDateEdit">
<property name="name">
<cstring>dueBox</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip" stdset="0">
<string>the date the task is due.</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>priorityButton</cstring>
</property>
<property name="text">
<string>Priority?</string>
</property>
<property name="toolTip" stdset="0">
<string>priority of the item on a scale of 0-99</string>
</property>
</widget>
<widget class="QSpinBox">
<property name="name">
<cstring>priorityBox</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip" stdset="0">
<string>priority of the item on a scale of 0-99</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer4</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
</spacer>
</hbox>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>TextLabel4</cstring>
</property>
<property name="text">
<string>Note:</string>
</property>
</widget>
<widget class="QTextEdit">
<property name="name">
<cstring>note_edit</cstring>
</property>
</widget>
</vbox>
</widget>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>Layout1</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="QPushButton">
<property name="name">
<cstring>buttonHelp</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Help</string>
</property>
<property name="accel">
<number>4144</number>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Horizontal Spacing2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>0</height>
</size>
</property>
</spacer>
<widget class="QPushButton">
<property name="name">
<cstring>buttonOk</cstring>
</property>
<property name="text">
<string>OK</string>
</property>
<property name="accel">
<number>0</number>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>buttonCancel</cstring>
</property>
<property name="text">
<string>Cancel</string>
</property>
<property name="accel">
<number>0</number>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>buttonOk</sender>
<signal>clicked()</signal>
<receiver>taskEdit</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>buttonCancel</sender>
<signal>clicked()</signal>
<receiver>taskEdit</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>priorityButton</sender>
<signal>clicked()</signal>
<receiver>taskEdit</receiver>
<slot>priorityClick()</slot>
</connection>
<connection>
<sender>dueButton</sender>
<signal>clicked()</signal>
<receiver>taskEdit</receiver>
<slot>dueClick()</slot>
</connection>
</connections>
<tabstops>
<tabstop>nameEdit</tabstop>
<tabstop>dueButton</tabstop>
<tabstop>dueBox</tabstop>
<tabstop>priorityButton</tabstop>
<tabstop>priorityBox</tabstop>
<tabstop>note_edit</tabstop>
<tabstop>buttonOk</tabstop>
<tabstop>buttonCancel</tabstop>
<tabstop>buttonHelp</tabstop>
<tabstop>notebook</tabstop>
</tabstops>
<slots>
<slot>dueClick()</slot>
<slot>priorityClick()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>