unauthorizedAccept option
[dyskinesia.git] / src / ui / pktform.ui
blob666ec9d087ac8db500e559eaafce36e004b1c64e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>pktForm</class>
4 <widget class="QDialog" name="pktForm">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>508</width>
10 <height>685</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Psyc Packet</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QPlainTextEdit" name="edPacket">
19 <property name="sizePolicy">
20 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
21 <horstretch>0</horstretch>
22 <verstretch>0</verstretch>
23 </sizepolicy>
24 </property>
25 <property name="baseSize">
26 <size>
27 <width>0</width>
28 <height>71</height>
29 </size>
30 </property>
31 <property name="focusPolicy">
32 <enum>Qt::ClickFocus</enum>
33 </property>
34 <property name="acceptDrops">
35 <bool>false</bool>
36 </property>
37 <property name="toolTip">
38 <string>body</string>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <widget class="QPushButton" name="btSend">
44 <property name="text">
45 <string>&amp;send</string>
46 </property>
47 </widget>
48 </item>
49 </layout>
50 </widget>
51 <resources/>
52 <connections/>
53 </ui>