Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
168 lines
5.4 KiB
Groff
168 lines
5.4 KiB
Groff
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0" stdsetdef="1">
|
|
<author></author>
|
|
<comment></comment>
|
|
<exportmacro></exportmacro>
|
|
<class>OptionsForm</class>
|
|
<widget class="QDialog" name="OptionsForm">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>381</width>
|
|
<height>297</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Color Tool -- Options</string>
|
|
</property>
|
|
<layout class="QVBoxLayout">
|
|
<item>
|
|
<layout class="QVBoxLayout">
|
|
<item>
|
|
<widget class="Q3GroupBox" name="listGroupBox">
|
|
<property name="title">
|
|
<string>&List View</string>
|
|
</property>
|
|
<layout class="QVBoxLayout">
|
|
<item>
|
|
<widget class="QCheckBox" name="webCheckBox">
|
|
<property name="text">
|
|
<string>&Web color indicator</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="Q3GroupBox" name="textGroupBox">
|
|
<property name="title">
|
|
<string>&Colored text</string>
|
|
</property>
|
|
<layout class="QVBoxLayout">
|
|
<item>
|
|
<widget class="QLineEdit" name="textLineEdit">
|
|
<property name="text">
|
|
<string>The quick brown fox jumped over the lazy dogs.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout">
|
|
<item>
|
|
<widget class="Q3ButtonGroup" name="clipboardButtonGroup">
|
|
<property name="title">
|
|
<string>Copy to Clipboard As</string>
|
|
</property>
|
|
<layout class="QVBoxLayout">
|
|
<item>
|
|
<widget class="QRadioButton" name="hexRadioButton">
|
|
<property name="text">
|
|
<string>&Hex, e.g. #ab12df</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="nameRadioButton">
|
|
<property name="text">
|
|
<string>&Name, e.g. darkgreen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="rgbRadioButton">
|
|
<property name="text">
|
|
<string>&RGB values, e.g. 266,0,51</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="Spacer4">
|
|
<property name="sizeHint">
|
|
<size>
|
|
<width>0</width>
|
|
<height>2</height>
|
|
</size>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout">
|
|
<item>
|
|
<spacer name="Spacer3">
|
|
<property name="sizeHint">
|
|
<size>
|
|
<width>22</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="okPushButton">
|
|
<property name="text">
|
|
<string>OK</string>
|
|
</property>
|
|
<property name="default">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="cancelPushButton">
|
|
<property name="text">
|
|
<string>Cancel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
<connections>
|
|
<connection>
|
|
<sender>okPushButton</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>OptionsForm</receiver>
|
|
<slot>accept()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>cancelPushButton</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>OptionsForm</receiver>
|
|
<slot>reject()</slot>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|