mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
343 lines
14 KiB
Text
343 lines
14 KiB
Text
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0" stdsetdef="1">
|
||
|
<author></author>
|
||
|
<comment></comment>
|
||
|
<exportmacro></exportmacro>
|
||
|
<class>KAddStringDlgS</class>
|
||
|
<widget class="QDialog" name="KAddStringDlgS">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>586</width>
|
||
|
<height>347</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Insert Searching/Replacing Strings</string>
|
||
|
</property>
|
||
|
<property name="sizeGripEnabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<layout class="QGridLayout">
|
||
|
<item row="0" column="0">
|
||
|
<layout class="QVBoxLayout">
|
||
|
<item>
|
||
|
<widget class="Q3ButtonGroup" name="bgChoose">
|
||
|
<property name="title">
|
||
|
<string>Choose String Adding Mode</string>
|
||
|
</property>
|
||
|
<property name="exclusive">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<layout class="QGridLayout">
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QRadioButton" name="m_rbSearchReplace">
|
||
|
<property name="text">
|
||
|
<string>Search and replace mode</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QRadioButton" name="m_rbSearchOnly">
|
||
|
<property name="text">
|
||
|
<string>Search only mode</string>
|
||
|
</property>
|
||
|
<property name="checked">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="Q3Frame" name="frame4">
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::StyledPanel</enum>
|
||
|
</property>
|
||
|
<property name="frameShadow">
|
||
|
<enum>QFrame::Raised</enum>
|
||
|
</property>
|
||
|
<layout class="QGridLayout">
|
||
|
<item row="0" column="0">
|
||
|
<layout class="QVBoxLayout">
|
||
|
<item>
|
||
|
<layout class="QVBoxLayout">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="m_tlSearch">
|
||
|
<property name="text">
|
||
|
<string>Search for:</string>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="Q3TextEdit" name="m_edSearch">
|
||
|
<property name="textFormat">
|
||
|
<enum>Qt::PlainText</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QVBoxLayout">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="m_tlReplace">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Replace with:</string>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="Q3TextEdit" name="m_edReplace">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="textFormat">
|
||
|
<enum>Qt::PlainText</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<layout class="QVBoxLayout">
|
||
|
<item>
|
||
|
<spacer name="spacer8">
|
||
|
<property name="sizeHint">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>90</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="sizeType">
|
||
|
<enum>QSizePolicy::Expanding</enum>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Qt::Vertical</enum>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout">
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="m_pbDel">
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>30</width>
|
||
|
<height>32767</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="m_pbAdd">
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>30</width>
|
||
|
<height>32767</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="flat">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer name="spacer9">
|
||
|
<property name="sizeHint">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>90</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="sizeType">
|
||
|
<enum>QSizePolicy::Expanding</enum>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Qt::Vertical</enum>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item row="0" column="2">
|
||
|
<widget class="Q3WidgetStack" name="m_stack">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy>
|
||
|
<hsizetype>7</hsizetype>
|
||
|
<vsizetype>7</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="WStackPage">
|
||
|
<attribute name="id">
|
||
|
<number>0</number>
|
||
|
</attribute>
|
||
|
<layout class="QGridLayout">
|
||
|
<property name="margin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item row="0" column="0">
|
||
|
<widget class="Q3ListView" name="m_stringView_2">
|
||
|
<property name="allColumnsShowFocus">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="showSortIndicator">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="resizeMode">
|
||
|
<enum>Q3ListView::AllColumns</enum>
|
||
|
</property>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Search For</string>
|
||
|
</property>
|
||
|
<property name="clickable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="resizable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</column>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="WStackPage">
|
||
|
<attribute name="id">
|
||
|
<number>1</number>
|
||
|
</attribute>
|
||
|
<layout class="QGridLayout">
|
||
|
<property name="margin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item row="0" column="0">
|
||
|
<widget class="Q3ListView" name="m_stringView">
|
||
|
<property name="allColumnsShowFocus">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="showSortIndicator">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="resizeMode">
|
||
|
<enum>Q3ListView::AllColumns</enum>
|
||
|
</property>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Search For</string>
|
||
|
</property>
|
||
|
<property name="clickable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="resizable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</column>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Replace With</string>
|
||
|
</property>
|
||
|
<property name="clickable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="resizable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</column>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout">
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="m_pbHelp">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&Help</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer name="spacer1">
|
||
|
<property name="sizeHint">
|
||
|
<size>
|
||
|
<width>90</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="sizeType">
|
||
|
<enum>QSizePolicy::Expanding</enum>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout">
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="m_pbOK">
|
||
|
<property name="text">
|
||
|
<string>&OK</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="m_pbCancel">
|
||
|
<property name="text">
|
||
|
<string>&Cancel</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<pixmapfunction></pixmapfunction>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>m_pbCancel</sender>
|
||
|
<signal>clicked()</signal>
|
||
|
<receiver>KAddStringDlgS</receiver>
|
||
|
<slot>reject()</slot>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
</ui>
|