Cleaned some ui files.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5457 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-08-22 13:44:23 +00:00
parent 28def71b4e
commit 70cbd3c84d
55 changed files with 628 additions and 12087 deletions

View file

@ -1,7 +1,8 @@
<ui version="4.0" >
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>HelpBrowser</class>
<widget class="QMainWindow" name="HelpBrowser" >
<property name="geometry" >
<widget class="QMainWindow" name="HelpBrowser">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
@ -9,205 +10,176 @@
<height>583</height>
</rect>
</property>
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="contextMenuPolicy" >
<enum>Qt::NoContextMenu</enum>
</property>
<property name="windowTitle" >
<property name="windowTitle">
<string>RetroShare Help</string>
</property>
<property name="windowIcon" >
<iconset resource="../../images.qrc" >
<property name="windowIcon">
<iconset resource="../../images.qrc">
<normaloff>:/images/help.png</normaloff>:/images/help.png</iconset>
</property>
<property name="statusTip" >
<string/>
</property>
<property name="autoFillBackground" >
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="toolButtonStyle" >
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<widget class="QWidget" name="centralwidget" >
<property name="geometry" >
<rect>
<x>0</x>
<y>52</y>
<width>703</width>
<height>510</height>
</rect>
</property>
<layout class="QVBoxLayout" >
<property name="spacing" >
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin" >
<property name="margin">
<number>9</number>
</property>
<item>
<widget class="QFrame" name="frmFind" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<widget class="QFrame" name="frmFind">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<property name="minimumSize">
<size>
<width>450</width>
<height>79</height>
</size>
</property>
<property name="maximumSize" >
<property name="maximumSize">
<size>
<width>16777215</width>
<height>79</height>
</size>
</property>
<property name="contextMenuPolicy" >
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="frameShape" >
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow" >
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<layout class="QGridLayout">
<property name="margin">
<number>9</number>
</property>
<property name="spacing" >
<property name="spacing">
<number>6</number>
</property>
<item row="0" column="0" >
<layout class="QHBoxLayout" >
<property name="spacing" >
<item row="0" column="0">
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin" >
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QToolButton" name="btnCloseFind" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<widget class="QToolButton" name="btnCloseFind">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize" >
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="contextMenuPolicy" >
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="text" >
<property name="text">
<string/>
</property>
<property name="icon" >
<iconset resource="../../images.qrc" >
<property name="icon">
<iconset resource="../../images.qrc">
<normaloff>:/images/button_cancel.png</normaloff>:/images/button_cancel.png</iconset>
</property>
<property name="iconSize" >
<property name="iconSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="toolButtonStyle" >
<property name="toolButtonStyle">
<enum>Qt::ToolButtonIconOnly</enum>
</property>
<property name="autoRaise" >
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label" >
<property name="contextMenuPolicy" >
<widget class="QLabel" name="label">
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="text" >
<property name="text">
<string>Find:</string>
</property>
<property name="buddy" >
<property name="buddy">
<cstring>lineFind</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineFind" >
<property name="contextMenuPolicy" >
<widget class="QLineEdit" name="lineFind">
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="2" >
<widget class="QPushButton" name="btnFindPrev" >
<property name="contextMenuPolicy" >
<item row="0" column="2">
<widget class="QPushButton" name="btnFindPrev">
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="text" >
<property name="text">
<string>Find Previous</string>
</property>
<property name="icon" >
<property name="icon">
<iconset>
<normaloff>:/images/22x22/go-up-search.png</normaloff>:/images/22x22/go-up-search.png</iconset>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QPushButton" name="btnFindNext" >
<property name="contextMenuPolicy" >
<item row="0" column="1">
<widget class="QPushButton" name="btnFindNext">
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="text" >
<property name="text">
<string>Find Next</string>
</property>
<property name="icon" >
<property name="icon">
<iconset>
<normaloff>:/images/22x22/go-down-search.png</normaloff>:/images/22x22/go-down-search.png</iconset>
</property>
</widget>
</item>
<item row="1" column="0" colspan="3" >
<layout class="QHBoxLayout" >
<property name="spacing" >
<item row="1" column="0" colspan="3">
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin" >
<property name="margin">
<number>0</number>
</property>
<item>
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
@ -216,21 +188,21 @@
</spacer>
</item>
<item>
<widget class="QCheckBox" name="chkbxMatchCase" >
<property name="contextMenuPolicy" >
<widget class="QCheckBox" name="chkbxMatchCase">
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="text" >
<property name="text">
<string>Case sensitive</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chkbxWholePhrase" >
<property name="contextMenuPolicy" >
<widget class="QCheckBox" name="chkbxWholePhrase">
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="text" >
<property name="text">
<string>Whole words only</string>
</property>
</widget>
@ -241,86 +213,78 @@
</widget>
</item>
<item>
<widget class="QSplitter" name="splitter" >
<property name="contextMenuPolicy" >
<widget class="QSplitter" name="splitter">
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QTabWidget" name="tabsMenu" >
<property name="contextMenuPolicy" >
<widget class="QTabWidget" name="tabsMenu">
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="tabPosition" >
<property name="tabPosition">
<enum>QTabWidget::North</enum>
</property>
<property name="tabShape" >
<property name="tabShape">
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex" >
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tabTOC" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>268</width>
<height>380</height>
</rect>
</property>
<property name="windowTitle" >
<widget class="QWidget" name="tabTOC">
<property name="windowTitle">
<string>RetroShare Help</string>
</property>
<property name="windowIcon" >
<iconset resource="../../images.qrc" >
<property name="windowIcon">
<iconset resource="../../images.qrc">
<normaloff>:/images/help.png</normaloff>:/images/help.png</iconset>
</property>
<attribute name="title" >
<attribute name="title">
<string>Contents</string>
</attribute>
<layout class="QVBoxLayout" >
<property name="spacing" >
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin" >
<property name="margin">
<number>6</number>
</property>
<item>
<widget class="QTreeWidget" name="treeContents" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
<widget class="QTreeWidget" name="treeContents">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="maximumSize" >
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="focusPolicy" >
<property name="focusPolicy">
<enum>Qt::WheelFocus</enum>
</property>
<property name="contextMenuPolicy" >
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="selectionBehavior" >
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectItems</enum>
</property>
<property name="uniformRowHeights" >
<property name="uniformRowHeights">
<bool>true</bool>
</property>
<column>
<property name="text" >
<property name="text">
<string>Help Topics</string>
</property>
</column>
@ -328,39 +292,31 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="tabSearch" >
<property name="geometry" >
<rect>
<x>4</x>
<y>23</y>
<width>268</width>
<height>380</height>
</rect>
</property>
<attribute name="title" >
<widget class="QWidget" name="tabSearch">
<attribute name="title">
<string>Search</string>
</attribute>
<layout class="QGridLayout" >
<property name="margin" >
<layout class="QGridLayout">
<property name="margin">
<number>6</number>
</property>
<property name="spacing" >
<property name="spacing">
<number>6</number>
</property>
<item row="2" column="1" >
<layout class="QHBoxLayout" >
<property name="spacing" >
<item row="2" column="1">
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin" >
<property name="margin">
<number>0</number>
</property>
<item>
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
@ -369,72 +325,72 @@
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnSearch" >
<property name="contextMenuPolicy" >
<widget class="QPushButton" name="btnSearch">
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="text" >
<property name="text">
<string>Search</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="label_2" >
<property name="contextMenuPolicy" >
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="text" >
<property name="text">
<string>Searching for:</string>
</property>
<property name="buddy" >
<property name="buddy">
<cstring>lineSearch</cstring>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2" >
<widget class="QTreeWidget" name="treeSearch" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
<item row="3" column="0" colspan="2">
<widget class="QTreeWidget" name="treeSearch">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="maximumSize" >
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="focusPolicy" >
<property name="focusPolicy">
<enum>Qt::WheelFocus</enum>
</property>
<property name="contextMenuPolicy" >
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="selectionBehavior" >
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectItems</enum>
</property>
<property name="uniformRowHeights" >
<property name="uniformRowHeights">
<bool>true</bool>
</property>
<column>
<property name="text" >
<property name="text">
<string>Found Documents</string>
</property>
</column>
</widget>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QLineEdit" name="lineSearch" >
<property name="contextMenuPolicy" >
<item row="1" column="0" colspan="2">
<widget class="QLineEdit" name="lineSearch">
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
</widget>
@ -442,17 +398,17 @@
</layout>
</widget>
</widget>
<widget class="HelpTextBrowser" name="txtBrowser" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
<widget class="HelpTextBrowser" name="txtBrowser">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>100</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="contextMenuPolicy" >
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="readOnly" >
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
@ -460,137 +416,114 @@
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusbar" >
<property name="geometry" >
<rect>
<x>0</x>
<y>562</y>
<width>703</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QToolBar" name="toolBar" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>703</width>
<height>52</height>
</rect>
</property>
<property name="minimumSize" >
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="contextMenuPolicy" >
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="movable" >
<property name="movable">
<bool>false</bool>
</property>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="toolButtonStyle" >
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<attribute name="toolBarArea" >
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak" >
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionBack" />
<addaction name="actionForward" />
<addaction name="actionHome" />
<addaction name="actionFind" />
<addaction name="separator" />
<addaction name="actionClose" />
<addaction name="actionBack"/>
<addaction name="actionForward"/>
<addaction name="actionHome"/>
<addaction name="actionFind"/>
<addaction name="separator"/>
<addaction name="actionClose"/>
</widget>
<action name="actionBack" >
<property name="icon" >
<iconset resource="../../images.qrc" >
<action name="actionBack">
<property name="icon">
<iconset resource="../../images.qrc">
<normaloff>:/images/back.png</normaloff>:/images/back.png</iconset>
</property>
<property name="text" >
<property name="text">
<string>Back</string>
</property>
<property name="statusTip" >
<property name="statusTip">
<string>Move to previous page (Backspace)</string>
</property>
<property name="shortcut" >
<property name="shortcut">
<string>Backspace</string>
</property>
</action>
<action name="actionForward" >
<property name="icon" >
<iconset resource="../../images.qrc" >
<action name="actionForward">
<property name="icon">
<iconset resource="../../images.qrc">
<normaloff>:/images/forward.png</normaloff>:/images/forward.png</iconset>
</property>
<property name="text" >
<property name="text">
<string>Forward</string>
</property>
<property name="statusTip" >
<property name="statusTip">
<string>Move to next page (Shift+Backspace)</string>
</property>
<property name="shortcut" >
<property name="shortcut">
<string>Shift+Backspace</string>
</property>
</action>
<action name="actionHome" >
<property name="icon" >
<iconset resource="../../images.qrc" >
<action name="actionHome">
<property name="icon">
<iconset resource="../../images.qrc">
<normaloff>:/images/gohome.png</normaloff>:/images/gohome.png</iconset>
</property>
<property name="text" >
<property name="text">
<string>Home</string>
</property>
<property name="statusTip" >
<property name="statusTip">
<string>Move to the Home page (Ctrl+H)</string>
</property>
<property name="shortcut" >
<property name="shortcut">
<string>Ctrl+H</string>
</property>
</action>
<action name="actionFind" >
<property name="checkable" >
<action name="actionFind">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon" >
<iconset resource="../../images.qrc" >
<property name="icon">
<iconset resource="../../images.qrc">
<normaloff>:/images/find.png</normaloff>:/images/find.png</iconset>
</property>
<property name="text" >
<property name="text">
<string>Find</string>
</property>
<property name="iconText" >
<property name="iconText">
<string>Find</string>
</property>
<property name="toolTip" >
<property name="toolTip">
<string>Find</string>
</property>
<property name="statusTip" >
<property name="statusTip">
<string>Search for a word or phrase on current page (Ctrl+F)</string>
</property>
<property name="shortcut" >
<property name="shortcut">
<string>Ctrl+F</string>
</property>
</action>
<action name="actionClose" >
<property name="icon" >
<iconset resource="../../images.qrc" >
<action name="actionClose">
<property name="icon">
<iconset resource="../../images.qrc">
<normaloff>:/images/exit_24x24.png</normaloff>:/images/exit_24x24.png</iconset>
</property>
<property name="text" >
<property name="text">
<string>Close</string>
</property>
<property name="statusTip" >
<property name="statusTip">
<string>Close Vidalia Help</string>
</property>
<property name="shortcut" >
<property name="shortcut">
<string>Esc</string>
</property>
</action>
@ -617,7 +550,7 @@
<tabstop>treeSearch</tabstop>
</tabstops>
<resources>
<include location="../../images.qrc" />
<include location="../../images.qrc"/>
</resources>
<connections>
<connection>
@ -626,11 +559,11 @@
<receiver>lineFind</receiver>
<slot>setFocus()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>200</x>
<y>108</y>
</hint>
@ -642,11 +575,11 @@
<receiver>actionFind</receiver>
<slot>toggle()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>34</x>
<y>107</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>-1</x>
<y>-1</y>
</hint>
@ -658,11 +591,11 @@
<receiver>frmFind</receiver>
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>243</x>
<y>108</y>
</hint>
@ -674,11 +607,11 @@
<receiver>HelpBrowser</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>317</x>
<y>248</y>
</hint>
@ -690,11 +623,11 @@
<receiver>btnFindNext</receiver>
<slot>click()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>293</x>
<y>108</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>539</x>
<y>108</y>
</hint>
@ -706,11 +639,11 @@
<receiver>btnSearch</receiver>
<slot>click()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>153</x>
<y>245</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>244</x>
<y>277</y>
</hint>