/[svn]/qsampler/trunk/src/qsamplerDeviceForm.ui
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerDeviceForm.ui

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1470 by schoenebeck, Sun Nov 4 23:37:47 2007 UTC revision 1505 by capela, Wed Nov 21 18:37:40 2007 UTC
# Line 55  Line 55 
55      <number>6</number>      <number>6</number>
56     </property>     </property>
57     <item>     <item>
58      <layout class="QHBoxLayout" >      <widget class="QSplitter" name="splitter" >
59       <property name="margin" >       <property name="orientation" >
60        <number>0</number>        <enum>Qt::Horizontal</enum>
61       </property>       </property>
62       <property name="spacing" >       <property name="handleWidth" >
63        <number>6</number>        <number>4</number>
64       </property>       </property>
65       <item>       <widget class="QTreeWidget" name="DeviceListView" >
66        <widget class="QTreeWidget" name="DeviceListView" >        <property name="minimumSize" >
67         <property name="minimumSize" >         <size>
68          <size>          <width>120</width>
69           <width>160</width>          <height>0</height>
70           <height>0</height>         </size>
71          </size>        </property>
72         </property>        <property name="toolTip" >
73         <property name="toolTip" >         <string>Device list</string>
74          <string>Device list</string>        </property>
75          <property name="rootIsDecorated" >
76           <bool>false</bool>
77          </property>
78          <property name="uniformRowHeights" >
79           <bool>true</bool>
80          </property>
81          <column>
82           <property name="text" >
83            <string>Devices</string>
84         </property>         </property>
85        </widget>        </column>
86       </item>       </widget>
87       <item>       <widget class="QWidget" name="DeviceLayout" >
88        <layout class="QVBoxLayout" >        <layout class="QVBoxLayout" >
89         <property name="margin" >         <property name="margin" >
90          <number>0</number>          <number>0</number>
# Line 144  Line 153 
153          </layout>          </layout>
154         </item>         </item>
155         <item>         <item>
156          <widget class="QTableView" name="DeviceParamTable" />          <widget class="QTableView" name="DeviceParamTable" >
157             <property name="alternatingRowColors" >
158              <bool>true</bool>
159             </property>
160             <property name="showGrid" >
161              <bool>false</bool>
162             </property>
163            </widget>
164         </item>         </item>
165         <item>         <item>
166          <layout class="QHBoxLayout" >          <layout class="QHBoxLayout" >
# Line 201  Line 217 
217          </layout>          </layout>
218         </item>         </item>
219         <item>         <item>
220          <widget class="QTableView" name="DevicePortParamTable" />          <widget class="QTableView" name="DevicePortParamTable" >
221             <property name="alternatingRowColors" >
222              <bool>true</bool>
223             </property>
224             <property name="showGrid" >
225              <bool>false</bool>
226             </property>
227            </widget>
228         </item>         </item>
229        </layout>        </layout>
230       </item>       </widget>
231      </layout>      </widget>
232     </item>     </item>
233     <item>     <item>
234      <layout class="QHBoxLayout" >      <layout class="QHBoxLayout" >
# Line 300  Line 323 
323    </layout>    </layout>
324   </widget>   </widget>
325   <layoutdefault spacing="4" margin="4" />   <layoutdefault spacing="4" margin="4" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>  
326   <tabstops>   <tabstops>
327    <tabstop>DeviceListView</tabstop>    <tabstop>DeviceListView</tabstop>
328    <tabstop>RefreshDevicesPushButton</tabstop>    <tabstop>RefreshDevicesPushButton</tabstop>
# Line 310  Line 332 
332    <tabstop>DeleteDevicePushButton</tabstop>    <tabstop>DeleteDevicePushButton</tabstop>
333    <tabstop>ClosePushButton</tabstop>    <tabstop>ClosePushButton</tabstop>
334   </tabstops>   </tabstops>
  <includes>  
   <include location="local" >qsamplerDevice.h</include>  
  </includes>  
335   <resources>   <resources>
336    <include location="../icons/qsampler.qrc" />    <include location="../icons/qsampler.qrc" />
337   </resources>   </resources>
  <connections>  
   <connection>  
    <sender>DeviceListView</sender>  
    <signal>itemSelectionChanged()</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>selectDevice()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>RefreshDevicesPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>refreshDevices()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>DriverNameComboBox</sender>  
    <signal>activated(QString)</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>selectDriver(QString)</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>DevicePortComboBox</sender>  
    <signal>activated(int)</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>selectDevicePort(int)</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>CreateDevicePushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>createDevice()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>DeleteDevicePushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>deleteDevice()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>ClosePushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>close()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
  </connections>  
338  </ui>  </ui>

Legend:
Removed from v.1470  
changed lines
  Added in v.1505

  ViewVC Help
Powered by ViewVC