fixed the item order, name item was on wrong place

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5810 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-11-12 16:51:36 +00:00
parent f61a50c5a6
commit 818e8cf0d2

View File

@ -1,126 +1,126 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>BwCtrlWindow</class> <class>BwCtrlWindow</class>
<widget class="QMainWindow" name="BwCtrlWindow"> <widget class="QMainWindow" name="BwCtrlWindow">
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>525</width> <width>525</width>
<height>297</height> <height>297</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Bandwidth Control Window</string> <string>Bandwidth Control Window</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../images.qrc"> <iconset resource="../images.qrc">
<normaloff>:/images/dht16.png</normaloff>:/images/dht16.png</iconset> <normaloff>:/images/dht16.png</normaloff>:/images/dht16.png</iconset>
</property> </property>
<widget class="QWidget" name="centralWidget"> <widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
<widget class="QLabel" name="bwSummaryLabel"> <widget class="QLabel" name="bwSummaryLabel">
<property name="text"> <property name="text">
<string>Bandwidth Measurements</string> <string>Bandwidth Measurements</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QTreeWidget" name="bwTreeWidget"> <widget class="QTreeWidget" name="bwTreeWidget">
<property name="sortingEnabled"> <property name="sortingEnabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<column> <column>
<property name="text"> <property name="text">
<string>ID</string> <string>Name</string>
</property> </property>
</column> </column>
<column> <column>
<property name="text"> <property name="text">
<string>Name</string> <string>ID</string>
</property> </property>
</column> </column>
<column> <column>
<property name="text"> <property name="text">
<string>In (KB/s)</string> <string>In (KB/s)</string>
</property> </property>
</column> </column>
<column> <column>
<property name="text"> <property name="text">
<string>InMax (KB/s)</string> <string>InMax (KB/s)</string>
</property> </property>
</column> </column>
<column> <column>
<property name="text"> <property name="text">
<string>InQueue</string> <string>InQueue</string>
</property> </property>
</column> </column>
<column> <column>
<property name="text"> <property name="text">
<string>InAllocated (KB/s)</string> <string>InAllocated (KB/s)</string>
</property> </property>
</column> </column>
<column> <column>
<property name="text"> <property name="text">
<string>Allocated Sent</string> <string>Allocated Sent</string>
</property> </property>
</column> </column>
<column> <column>
<property name="text"> <property name="text">
<string>Out (KB/s)</string> <string>Out (KB/s)</string>
</property> </property>
</column> </column>
<column> <column>
<property name="text"> <property name="text">
<string>OutMax (KB/s)</string> <string>OutMax (KB/s)</string>
</property> </property>
</column> </column>
<column> <column>
<property name="text"> <property name="text">
<string>OutQueue</string> <string>OutQueue</string>
</property> </property>
</column> </column>
<column> <column>
<property name="text"> <property name="text">
<string>OutAllowed (KB/s)</string> <string>OutAllowed (KB/s)</string>
</property> </property>
</column> </column>
<column> <column>
<property name="text"> <property name="text">
<string>Allowed Recvd</string> <string>Allowed Recvd</string>
</property> </property>
</column> </column>
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QMenuBar" name="menuBar"> <widget class="QMenuBar" name="menuBar">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>525</width> <width>525</width>
<height>23</height> <height>21</height>
</rect> </rect>
</property> </property>
</widget> </widget>
<widget class="QToolBar" name="mainToolBar"> <widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea"> <attribute name="toolBarArea">
<enum>TopToolBarArea</enum> <enum>TopToolBarArea</enum>
</attribute> </attribute>
<attribute name="toolBarBreak"> <attribute name="toolBarBreak">
<bool>false</bool> <bool>false</bool>
</attribute> </attribute>
</widget> </widget>
<widget class="QStatusBar" name="statusBar"/> <widget class="QStatusBar" name="statusBar"/>
</widget> </widget>
<layoutdefault spacing="6" margin="11"/> <layoutdefault spacing="6" margin="11"/>
<resources> <resources>
<include location="../images.qrc"/> <include location="../images.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>