Changeset 11113


Ignore:
Timestamp:
06/22/11 18:50:21 (13 years ago)
Author:
tbretz
Message:
Removed Connect Disconnect
Location:
trunk/FACT++/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/MainWindow.cc

    r11112 r11113  
    198198}
    199199
    200 void MainWindow::slot_fFadConnect_clicked()
    201 {
    202     Dim::SendCommand("FAD_CONTROL/CONNECT");
    203 }
    204 
    205 void MainWindow::slot_fFadDisconnect_clicked()
    206 {
    207     Dim::SendCommand("FAD_CONTROL/DISCONNECT");
    208 }
    209 
    210200void MainWindow::slot_fFadLED_clicked()
    211201{
  • trunk/FACT++/gui/design.ui

    r11111 r11113  
    45874587             <rect>
    45884588              <x>680</x>
    4589               <y>230</y>
     4589              <y>200</y>
    45904590              <width>94</width>
    45914591              <height>24</height>
     
    46334633            <property name="text">
    46344634             <string>Abort</string>
    4635             </property>
    4636            </widget>
    4637            <widget class="QPushButton" name="fFadConnect">
    4638             <property name="geometry">
    4639              <rect>
    4640               <x>620</x>
    4641               <y>200</y>
    4642               <width>94</width>
    4643               <height>24</height>
    4644              </rect>
    4645             </property>
    4646             <property name="text">
    4647              <string>Connect</string>
    4648             </property>
    4649            </widget>
    4650            <widget class="QPushButton" name="fFadDisconnect">
    4651             <property name="geometry">
    4652              <rect>
    4653               <x>740</x>
    4654               <y>200</y>
    4655               <width>94</width>
    4656               <height>24</height>
    4657              </rect>
    4658             </property>
    4659             <property name="text">
    4660              <string>Disconnect</string>
    46614635            </property>
    46624636           </widget>
Note: See TracChangeset for help on using the changeset viewer.