Changeset 11782 for trunk/FACT++/gui


Ignore:
Timestamp:
08/05/11 13:07:57 (13 years ago)
Author:
lyard
Message:
replaced the 4 roots cameras by 4 GL ones
Location:
trunk/FACT++/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r11779 r11782  
    14321432        const float *ptr = d.ptr<float>();
    14331433
    1434         TCanvas *c = fEventCanv->GetCanvas();
    1435         Camera *cam1 = (Camera*)c->GetPad(1)->FindObject("Camera");
    1436         Camera *cam2 = (Camera*)c->GetPad(2)->FindObject("Camera");
    1437         Camera *cam3 = (Camera*)c->GetPad(3)->FindObject("Camera");
    1438         Camera *cam4 = (Camera*)c->GetPad(4)->FindObject("Camera");
     1434//        TCanvas *c = fEventCanv->GetCanvas();
     1435        Camera *cam1 = fEventCanv1;//(Camera*)c->GetPad(1)->FindObject("Camera");
     1436        Camera *cam2 = fEventCanv2;//(Camera*)c->GetPad(2)->FindObject("Camera");
     1437        Camera *cam3 = fEventCanv3;//(Camera*)c->GetPad(3)->FindObject("Camera");
     1438        Camera *cam4 = fEventCanv4;//(Camera*)c->GetPad(4)->FindObject("Camera");
    14391439
    14401440        valarray<double> arr1(1440);
     
    14561456        cam4->SetData(arr4);
    14571457
    1458         c->GetPad(1)->Modified();
    1459         c->GetPad(2)->Modified();
     1458//        c->GetPad(1)->Modified();
     1459//        c->GetPad(2)->Modified();
    14601460//        c->GetPad(3)->Modified();
    14611461//        c->GetPad(4)->Modified();
    14621462
    1463         c->Update();
     1463//      c->Update();
    14641464    }
    14651465
     
    33963396        // --------------------------------------------------------------------------
    33973397
    3398         c = fEventCanv->GetCanvas();
     3398/*        c = fEventCanv->GetCanvas();
    33993399        c->SetBit(TCanvas::kNoContextMenu);
    34003400        c->SetBorderMode(0);
     
    34323432//        cam4->Draw();
    34333433
    3434 
     3434*/
    34353435
    34363436        // Create histogram?
  • trunk/FACT++/gui/design.ui

    r11779 r11782  
    1111    <x>0</x>
    1212    <y>0</y>
    13     <width>1144</width>
    14     <height>838</height>
     13    <width>1316</width>
     14    <height>965</height>
    1515   </rect>
    1616  </property>
     
    5353      </property>
    5454      <property name="currentIndex">
    55        <number>0</number>
     55       <number>6</number>
    5656      </property>
    5757      <property name="documentMode">
     
    69556955              </property>
    69566956              <layout class="QGridLayout" name="gridLayout_67">
    6957                <property name="margin">
    6958                 <number>3</number>
    6959                </property>
    69606957               <item row="0" column="0">
    6961                 <widget class="RootWidget" name="fEventCanv" native="true"/>
     6958                <widget class="QCameraWidget" name="fEventCanv1" native="true"/>
     6959               </item>
     6960               <item row="0" column="1">
     6961                <widget class="QCameraWidget" name="fEventCanv2" native="true"/>
     6962               </item>
     6963               <item row="2" column="0">
     6964                <widget class="QCameraWidget" name="fEventCanv3" native="true"/>
     6965               </item>
     6966               <item row="2" column="1">
     6967                <widget class="QCameraWidget" name="fEventCanv4" native="true"/>
    69626968               </item>
    69636969              </layout>
     
    86808686&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
    86818687p, li { white-space: pre-wrap; }
    8682 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
    8683 &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     8688&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
     8689&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
    86848690              </property>
    86858691              <property name="textInteractionFlags">
     
    87338739     <x>0</x>
    87348740     <y>0</y>
    8735      <width>1144</width>
    8736      <height>21</height>
     8741     <width>1316</width>
     8742     <height>25</height>
    87378743    </rect>
    87388744   </property>
     
    87698775   <property name="minimumSize">
    87708776    <size>
    8771      <width>408</width>
    8772      <height>97</height>
     8777     <width>511</width>
     8778     <height>109</height>
    87738779    </size>
    87748780   </property>
     
    89748980   <property name="minimumSize">
    89758981    <size>
    8976      <width>241</width>
    8977      <height>687</height>
     8982     <width>287</width>
     8983     <height>803</height>
    89788984    </size>
    89798985   </property>
     
    98749880   <container>1</container>
    98759881  </customwidget>
    9876     <customwidget>
     9882  <customwidget>
     9883   <class>SpinBox4ns</class>
     9884   <extends>QSpinBox</extends>
     9885   <header>SpinBox4ns.h</header>
     9886  </customwidget>
     9887  <customwidget>
     9888   <class>SpinBoxHex</class>
     9889   <extends>QSpinBox</extends>
     9890   <header>SpinBoxHex.h</header>
     9891  </customwidget>
     9892  <customwidget>
    98779893   <class>QGLWidget</class>
    98789894   <extends>QWidget</extends>
     
    98889904   <extends>BasicGlCamera</extends>
    98899905   <header>QCameraWidget.h</header>
    9890   </customwidget>
    9891   <customwidget>
    9892    <class>SpinBox4ns</class>
    9893    <extends>QSpinBox</extends>
    9894    <header>SpinBox4ns.h</header>
    9895   </customwidget>
    9896   <customwidget>
    9897    <class>SpinBoxHex</class>
    9898    <extends>QSpinBox</extends>
    9899    <header>SpinBoxHex.h</header>
    99009906  </customwidget>
    99019907 </customwidgets>
Note: See TracChangeset for help on using the changeset viewer.