~george-edison55/pedeconstructor/trunk

« back to all changes in this revision

Viewing changes to CMainWindow.ui

  • Committer: Nathan Osman
  • Date: 2011-10-12 17:12:27 UTC
  • Revision ID: admin@quickmediasolutions.com-20111012171227-35bir1bjl8bz3vd2
Added import descriptors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   <rect>
7
7
    <x>0</x>
8
8
    <y>0</y>
9
 
    <width>443</width>
 
9
    <width>448</width>
10
10
    <height>348</height>
11
11
   </rect>
12
12
  </property>
44
44
            </property>
45
45
           </widget>
46
46
          </item>
 
47
          <item row="1" column="0">
 
48
           <widget class="QLabel" name="label_6">
 
49
            <property name="text">
 
50
             <string>Image base:</string>
 
51
            </property>
 
52
           </widget>
 
53
          </item>
 
54
          <item row="1" column="1">
 
55
           <widget class="QLineEdit" name="image_base">
 
56
            <property name="enabled">
 
57
             <bool>false</bool>
 
58
            </property>
 
59
           </widget>
 
60
          </item>
47
61
         </layout>
48
62
        </item>
49
63
       </layout>
225
239
       <attribute name="title">
226
240
        <string>Imports</string>
227
241
       </attribute>
 
242
       <layout class="QVBoxLayout" name="verticalLayout_5">
 
243
        <item>
 
244
         <widget class="QTreeWidget" name="import_tree">
 
245
          <column>
 
246
           <property name="text">
 
247
            <string>Imported DLLs</string>
 
248
           </property>
 
249
          </column>
 
250
         </widget>
 
251
        </item>
 
252
       </layout>
228
253
      </widget>
229
254
     </widget>
230
255
    </item>
235
260
    <rect>
236
261
     <x>0</x>
237
262
     <y>0</y>
238
 
     <width>443</width>
 
263
     <width>448</width>
239
264
     <height>20</height>
240
265
    </rect>
241
266
   </property>
310
335
    </hint>
311
336
   </hints>
312
337
  </connection>
 
338
  <connection>
 
339
   <sender>actionAbout</sender>
 
340
   <signal>activated()</signal>
 
341
   <receiver>CMainWindow</receiver>
 
342
   <slot>OnAbout()</slot>
 
343
   <hints>
 
344
    <hint type="sourcelabel">
 
345
     <x>-1</x>
 
346
     <y>-1</y>
 
347
    </hint>
 
348
    <hint type="destinationlabel">
 
349
     <x>221</x>
 
350
     <y>173</y>
 
351
    </hint>
 
352
   </hints>
 
353
  </connection>
313
354
 </connections>
314
355
 <slots>
315
356
  <slot>OnOpenExecutable()</slot>
316
357
  <slot>OnSectionSelected(QListWidgetItem*,QListWidgetItem*)</slot>
 
358
  <slot>OnAbout()</slot>
317
359
 </slots>
318
360
</ui>