| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>dlgSelectPlaylist</class>
- <widget class="QDialog" name="dlgSelectPlaylist">
- <property name="windowModality">
- <enum>Qt::ApplicationModal</enum>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>513</width>
- <height>386</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>Verdana</family>
- </font>
- </property>
- <property name="windowTitle">
- <string>Séances</string>
- </property>
- <property name="modal">
- <bool>true</bool>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <layout class="QVBoxLayout" name="verticalLayout">
- <property name="leftMargin">
- <number>10</number>
- </property>
- <property name="topMargin">
- <number>10</number>
- </property>
- <property name="rightMargin">
- <number>10</number>
- </property>
- <property name="bottomMargin">
- <number>10</number>
- </property>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Sélectionnez votre séance:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="btnAddFolder">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="minimumSize">
- <size>
- <width>28</width>
- <height>28</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>28</width>
- <height>28</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Nouveau dossier</string>
- </property>
- <property name="text">
- <string>D</string>
- </property>
- <property name="icon">
- <iconset resource="rsc.qrc">
- <normaloff>:/img/rsc/create_folder.png</normaloff>:/img/rsc/create_folder.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="btnAdd">
- <property name="minimumSize">
- <size>
- <width>28</width>
- <height>28</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>28</width>
- <height>28</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Nouvelle séance</string>
- </property>
- <property name="text">
- <string>+</string>
- </property>
- <property name="icon">
- <iconset resource="rsc.qrc">
- <normaloff>:/img/rsc/plus.png</normaloff>:/img/rsc/plus.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="btnEdit">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="minimumSize">
- <size>
- <width>28</width>
- <height>28</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>28</width>
- <height>28</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Modifier la séance</string>
- </property>
- <property name="text">
- <string>E</string>
- </property>
- <property name="icon">
- <iconset resource="rsc.qrc">
- <normaloff>:/img/rsc/edit.png</normaloff>:/img/rsc/edit.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="btnDuplicate">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="minimumSize">
- <size>
- <width>28</width>
- <height>28</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>28</width>
- <height>28</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Dupliquer la séance</string>
- </property>
- <property name="text">
- <string>C</string>
- </property>
- <property name="icon">
- <iconset resource="rsc.qrc">
- <normaloff>:/img/rsc/duplicate.png</normaloff>:/img/rsc/duplicate.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="btnDelete">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="minimumSize">
- <size>
- <width>28</width>
- <height>28</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>28</width>
- <height>28</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Supprimer la séance</string>
- </property>
- <property name="text">
- <string>-</string>
- </property>
- <property name="icon">
- <iconset resource="rsc.qrc">
- <normaloff>:/img/rsc/minus.png</normaloff>:/img/rsc/minus.png</iconset>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QTreeWidget" name="tree">
- <property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- <property name="editTriggers">
- <set>QAbstractItemView::NoEditTriggers</set>
- </property>
- <property name="indentation">
- <number>5</number>
- </property>
- <attribute name="headerVisible">
- <bool>false</bool>
- </attribute>
- <attribute name="headerCascadingSectionResizes">
- <bool>true</bool>
- </attribute>
- <column>
- <property name="text">
- <string>1</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>2</string>
- </property>
- </column>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="btnSelect">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>28</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>28</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Choisir cette séance</string>
- </property>
- <property name="text">
- <string>OK</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <resources>
- <include location="rsc.qrc"/>
- </resources>
- <connections/>
- </ui>
|