##// END OF EJS Templates
New Plugin Manager and interface to remove all the previous crap!...
New Plugin Manager and interface to remove all the previous crap! Let's use Qt plugin API and make it much simpler.

File last commit:

r95:083d612a5a2d default
r118:de85e8465e67 tip 1.0
Show More
sessionmanagerdialog.ui
127 lines | 3.1 KiB | text/plain | TextLexer
/ src / sessionmanagerdialog.ui
Jeandet Alexis
Working on session manager.
r92 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SessionManagerDialog</class>
<widget class="QDialog" name="SessionManagerDialog">
Jeandet Alexis
Sync
r95 <property name="windowModality">
<enum>Qt::ApplicationModal</enum>
</property>
Jeandet Alexis
Working on session manager.
r92 <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>553</width>
<height>275</height>
</rect>
</property>
<property name="windowTitle">
Jeandet Alexis
Session manager almost complete.
r94 <string>SocExplorer Session Manager</string>
Jeandet Alexis
Working on session manager.
r92 </property>
Jeandet Alexis
Sync
r95 <property name="modal">
<bool>true</bool>
</property>
Jeandet Alexis
Working on session manager.
r92 <layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QListWidget" name="listWidget"/>
</item>
<item row="0" column="1">
<widget class="QWidget" name="widget" native="true">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPushButton" name="NewQPB">
<property name="text">
<string>New</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="RenameQPB">
<property name="text">
<string>Rename</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="CloneQPB">
<property name="text">
<string>Clone</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="DeleteQPB">
<property name="text">
<string>Delete</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="SwitchToQPB">
<property name="text">
<string>Switch to</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>SessionManagerDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>SessionManagerDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>