Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
179 lines
5.5 KiB
Groff
179 lines
5.5 KiB
Groff
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0" stdsetdef="1">
|
|
<author></author>
|
|
<comment></comment>
|
|
<exportmacro></exportmacro>
|
|
<class>MulticlipForm</class>
|
|
<widget class="QDialog" name="MulticlipForm">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>585</width>
|
|
<height>472</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Multiclip</string>
|
|
</property>
|
|
<layout class="QVBoxLayout">
|
|
<property name="margin">
|
|
<number>11</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<layout class="QHBoxLayout">
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="TextLabel1">
|
|
<property name="text">
|
|
<string>Current Clipping</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="currentLineEdit"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QGridLayout">
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<item row="4" column="1">
|
|
<widget class="QPushButton" name="addPushButton">
|
|
<property name="text">
|
|
<string>&Add Clipping</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<spacer name="Spacer4">
|
|
<property name="sizeHint">
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="7" column="1">
|
|
<widget class="QPushButton" name="quitPushButton">
|
|
<property name="text">
|
|
<string>&Quit</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QLabel" name="TextLabel3">
|
|
<property name="text">
|
|
<string>Length</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="TextLabel2">
|
|
<property name="text">
|
|
<string>Previous Clippings</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QCheckBox" name="autoCheckBox">
|
|
<property name="text">
|
|
<string>A&uto Add Clippings</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QLCDNumber" name="lengthLCDNumber"/>
|
|
</item>
|
|
<item row="6" column="1">
|
|
<widget class="QPushButton" name="deletePushButton">
|
|
<property name="text">
|
|
<string>&Delete Clipping</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" rowspan="7" colspan="1">
|
|
<widget class="Q3ListBox" name="clippingsListBox"/>
|
|
</item>
|
|
<item row="5" column="1">
|
|
<widget class="QPushButton" name="copyPushButton">
|
|
<property name="text">
|
|
<string>&Copy Previous</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
<tabstops>
|
|
<tabstop>currentLineEdit</tabstop>
|
|
<tabstop>clippingsListBox</tabstop>
|
|
<tabstop>autoCheckBox</tabstop>
|
|
<tabstop>addPushButton</tabstop>
|
|
<tabstop>copyPushButton</tabstop>
|
|
<tabstop>deletePushButton</tabstop>
|
|
<tabstop>quitPushButton</tabstop>
|
|
</tabstops>
|
|
<includes>
|
|
<include location="global">qclipboard.h</include>
|
|
</includes>
|
|
<connections>
|
|
<connection>
|
|
<sender>quitPushButton</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>MulticlipForm</receiver>
|
|
<slot>accept()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>addPushButton</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>MulticlipForm</receiver>
|
|
<slot>addClipping()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>copyPushButton</sender>
|
|
<signal>pressed()</signal>
|
|
<receiver>MulticlipForm</receiver>
|
|
<slot>copyPrevious()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>deletePushButton</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>MulticlipForm</receiver>
|
|
<slot>deleteClipping()</slot>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|