diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-03 02:15:56 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-03 02:15:56 +0000 |
commit | 50b48aec6ddd451a6d1709c0942477b503457663 (patch) | |
tree | a9ece53ec06fd0a2819de7a2a6de997193566626 /src/projects/base_k3bdatavolumedescwidget.ui | |
download | k3b-50b48aec6ddd451a6d1709c0942477b503457663.tar.gz k3b-50b48aec6ddd451a6d1709c0942477b503457663.zip |
Added abandoned KDE3 version of K3B
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1084400 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/projects/base_k3bdatavolumedescwidget.ui')
-rw-r--r-- | src/projects/base_k3bdatavolumedescwidget.ui | 370 |
1 files changed, 370 insertions, 0 deletions
diff --git a/src/projects/base_k3bdatavolumedescwidget.ui b/src/projects/base_k3bdatavolumedescwidget.ui new file mode 100644 index 0000000..ce31be9 --- /dev/null +++ b/src/projects/base_k3bdatavolumedescwidget.ui @@ -0,0 +1,370 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>base_K3bDataVolumeDescWidget</class> +<author>Sebastian Trueg</author> +<widget class="QWidget"> + <property name="name"> + <cstring>base_K3bDataVolumeDescWidget</cstring> + </property> + <property name="caption"> + <string>Volume Descriptor</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="QLineEdit" row="0" column="1"> + <property name="name"> + <cstring>m_editVolumeName</cstring> + </property> + <property name="maxLength"> + <number>32</number> + </property> + </widget> + <widget class="QLineEdit" row="1" column="1"> + <property name="name"> + <cstring>m_editVolumeSetName</cstring> + </property> + <property name="maxLength"> + <number>128</number> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>TextLabel2</cstring> + </property> + <property name="text"> + <string>V&olume set name:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>m_editVolumeSetName</cstring> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>TextLabel1</cstring> + </property> + <property name="text"> + <string>&Volume name:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>m_editVolumeName</cstring> + </property> + </widget> + <widget class="QLineEdit" row="3" column="1"> + <property name="name"> + <cstring>m_editPublisher</cstring> + </property> + <property name="maxLength"> + <number>128</number> + </property> + </widget> + <widget class="QLineEdit" row="4" column="1"> + <property name="name"> + <cstring>m_editPreparer</cstring> + </property> + <property name="maxLength"> + <number>128</number> + </property> + </widget> + <widget class="QLabel" row="4" column="0"> + <property name="name"> + <cstring>TextLabel4</cstring> + </property> + <property name="text"> + <string>P&reparer:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>m_editPreparer</cstring> + </property> + </widget> + <widget class="QLabel" row="3" column="0"> + <property name="name"> + <cstring>TextLabel3</cstring> + </property> + <property name="text"> + <string>P&ublisher:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>m_editPublisher</cstring> + </property> + </widget> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Volu&me set size:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>m_spinVolumeSetSize</cstring> + </property> + </widget> + <widget class="QLayoutWidget" row="2" column="1"> + <property name="name"> + <cstring>layout1</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QSpinBox"> + <property name="name"> + <cstring>m_spinVolumeSetSize</cstring> + </property> + <property name="specialValueText"> + <string></string> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>1</number> + </property> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Volume set &number:</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + <property name="buddy" stdset="0"> + <cstring>m_spinVolumeSetNumber</cstring> + </property> + </widget> + <widget class="QSpinBox"> + <property name="name"> + <cstring>m_spinVolumeSetNumber</cstring> + </property> + <property name="specialValueText"> + <string></string> + </property> + <property name="maxValue"> + <number>2</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>1</number> + </property> + </widget> + </hbox> + </widget> + <widget class="QLabel" row="6" column="0"> + <property name="name"> + <cstring>TextLabel5</cstring> + </property> + <property name="text"> + <string>S&ystem:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>m_editSystem</cstring> + </property> + </widget> + <widget class="QLineEdit" row="6" column="1"> + <property name="name"> + <cstring>m_editSystem</cstring> + </property> + <property name="maxLength"> + <number>32</number> + </property> + </widget> + <widget class="QLabel" row="7" column="0"> + <property name="name"> + <cstring>TextLabel6</cstring> + </property> + <property name="text"> + <string>&Application:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>m_editApplication</cstring> + </property> + </widget> + <spacer row="12" column="1"> + <property name="name"> + <cstring>Spacer1</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>0</height> + </size> + </property> + </spacer> + <widget class="Line" row="5" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>line1</cstring> + </property> + <property name="frameShape"> + <enum>HLine</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + </widget> + <widget class="QLineEdit" row="7" column="1"> + <property name="name"> + <cstring>m_editApplication</cstring> + </property> + <property name="maxLength"> + <number>128</number> + </property> + </widget> + <widget class="QLayoutWidget" row="11" column="1"> + <property name="name"> + <cstring>layout4</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLineEdit"> + <property name="name"> + <cstring>m_editBiblio</cstring> + </property> + <property name="maxLength"> + <number>37</number> + </property> + </widget> + <widget class="QToolButton"> + <property name="name"> + <cstring>m_buttonFindBiblio</cstring> + </property> + <property name="text"> + <string>...</string> + </property> + <property name="toolTip" stdset="0"> + <string>Select a bibliographic file from the project</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QLayoutWidget" row="9" column="1"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLineEdit"> + <property name="name"> + <cstring>m_editAbstract</cstring> + </property> + <property name="maxLength"> + <number>37</number> + </property> + </widget> + <widget class="QToolButton"> + <property name="name"> + <cstring>m_buttonFindAbstract</cstring> + </property> + <property name="text"> + <string>...</string> + </property> + <property name="toolTip" stdset="0"> + <string>Select an abstract file from the project</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QLayoutWidget" row="10" column="1"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLineEdit"> + <property name="name"> + <cstring>m_editCopyright</cstring> + </property> + <property name="maxLength"> + <number>37</number> + </property> + </widget> + <widget class="QToolButton"> + <property name="name"> + <cstring>m_buttonFindCopyright</cstring> + </property> + <property name="text"> + <string>...</string> + </property> + <property name="toolTip" stdset="0"> + <string>Select a copyright file from the project</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QLabel" row="9" column="0"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="text"> + <string>Abstract file:</string> + </property> + </widget> + <widget class="QLabel" row="10" column="0"> + <property name="name"> + <cstring>textLabel2_2</cstring> + </property> + <property name="text"> + <string>Copyright file:</string> + </property> + </widget> + <widget class="QLabel" row="11" column="0"> + <property name="name"> + <cstring>textLabel3</cstring> + </property> + <property name="text"> + <string>Bibliographic file:</string> + </property> + </widget> + <widget class="Line" row="8" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>line1_2</cstring> + </property> + <property name="frameShape"> + <enum>HLine</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + </widget> + </grid> +</widget> +<tabstops> + <tabstop>m_editVolumeName</tabstop> + <tabstop>m_editVolumeSetName</tabstop> + <tabstop>m_spinVolumeSetSize</tabstop> + <tabstop>m_spinVolumeSetNumber</tabstop> + <tabstop>m_editPublisher</tabstop> + <tabstop>m_editPreparer</tabstop> + <tabstop>m_editSystem</tabstop> + <tabstop>m_editApplication</tabstop> +</tabstops> +<layoutdefaults spacing="6" margin="11"/> +</UI> |