/[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 1473 by capela, Mon Nov 5 19:07:26 2007 UTC revision 1486 by schoenebeck, Sat Nov 17 02:02:28 2007 UTC
# Line 144  Line 144 
144          </layout>          </layout>
145         </item>         </item>
146         <item>         <item>
147          <widget class="QTableView" name="DeviceParamTable" />          <widget class="QTableView" name="DeviceParamTable" >
148             <property name="alternatingRowColors" >
149              <bool>true</bool>
150             </property>
151             <property name="showGrid" >
152              <bool>false</bool>
153             </property>
154            </widget>
155         </item>         </item>
156         <item>         <item>
157          <layout class="QHBoxLayout" >          <layout class="QHBoxLayout" >
# Line 201  Line 208 
208          </layout>          </layout>
209         </item>         </item>
210         <item>         <item>
211          <widget class="QTableView" name="DevicePortParamTable" />          <widget class="QTableView" name="DevicePortParamTable" >
212             <property name="alternatingRowColors" >
213              <bool>true</bool>
214             </property>
215             <property name="showGrid" >
216              <bool>false</bool>
217             </property>
218            </widget>
219         </item>         </item>
220        </layout>        </layout>
221       </item>       </item>

Legend:
Removed from v.1473  
changed lines
  Added in v.1486

  ViewVC Help
Powered by ViewVC