~dimitris-kalamaras/socnetv/develop

« back to all changes in this revision

Viewing changes to src/forms/randscalefreedialog.ui

  • Committer: Dimitris Kalamaras
  • Date: 2015-06-04 15:09:36 UTC
  • Revision ID: git-v1:2494ca6b3f39d227312af118e3e05d43efd9d5f6
added power in scale-free dialog

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    <x>0</x>
8
8
    <y>0</y>
9
9
    <width>528</width>
10
 
    <height>378</height>
 
10
    <height>427</height>
11
11
   </rect>
12
12
  </property>
13
13
  <property name="sizePolicy">
99
99
        </font>
100
100
       </property>
101
101
       <property name="text">
102
 
        <string>Nodes</string>
 
102
        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Nodes &lt;span style=&quot; font-style:italic;&quot;&gt;n&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
103
103
       </property>
104
104
      </widget>
105
105
     </item>
139
139
    </layout>
140
140
   </item>
141
141
   <item row="2" column="0">
 
142
    <layout class="QHBoxLayout" name="horizontalLayout_9">
 
143
     <property name="sizeConstraint">
 
144
      <enum>QLayout::SetMinimumSize</enum>
 
145
     </property>
 
146
     <item>
 
147
      <widget class="QLabel" name="label_7">
 
148
       <property name="sizePolicy">
 
149
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
 
150
         <horstretch>0</horstretch>
 
151
         <verstretch>0</verstretch>
 
152
        </sizepolicy>
 
153
       </property>
 
154
       <property name="minimumSize">
 
155
        <size>
 
156
         <width>380</width>
 
157
         <height>0</height>
 
158
        </size>
 
159
       </property>
 
160
       <property name="font">
 
161
        <font>
 
162
         <pointsize>11</pointsize>
 
163
        </font>
 
164
       </property>
 
165
       <property name="text">
 
166
        <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
 
167
&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;
 
168
p, li { white-space: pre-wrap; }
 
169
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
 
170
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Power of preferential attachment &lt;span style=&quot; font-style:italic;&quot;&gt;p &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
171
       </property>
 
172
      </widget>
 
173
     </item>
 
174
     <item>
 
175
      <widget class="QSpinBox" name="powerSpinBox">
 
176
       <property name="minimumSize">
 
177
        <size>
 
178
         <width>100</width>
 
179
         <height>0</height>
 
180
        </size>
 
181
       </property>
 
182
       <property name="font">
 
183
        <font>
 
184
         <pointsize>11</pointsize>
 
185
        </font>
 
186
       </property>
 
187
       <property name="toolTip">
 
188
        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The power p of preferential attachment &lt;/p&gt;&lt;p&gt;Leave 1 for linear preferential attachment (BA model).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
189
       </property>
 
190
       <property name="minimum">
 
191
        <number>1</number>
 
192
       </property>
 
193
       <property name="maximum">
 
194
        <number>9999</number>
 
195
       </property>
 
196
       <property name="singleStep">
 
197
        <number>2</number>
 
198
       </property>
 
199
       <property name="value">
 
200
        <number>1</number>
 
201
       </property>
 
202
      </widget>
 
203
     </item>
 
204
    </layout>
 
205
   </item>
 
206
   <item row="3" column="0">
142
207
    <layout class="QHBoxLayout" name="horizontalLayout_6">
143
208
     <property name="sizeConstraint">
144
209
      <enum>QLayout::SetMinimumSize</enum>
203
268
     </item>
204
269
    </layout>
205
270
   </item>
206
 
   <item row="7" column="0">
207
 
    <widget class="QDialogButtonBox" name="buttonBox">
208
 
     <property name="font">
209
 
      <font>
210
 
       <pointsize>11</pointsize>
211
 
      </font>
212
 
     </property>
213
 
     <property name="orientation">
214
 
      <enum>Qt::Horizontal</enum>
215
 
     </property>
216
 
     <property name="standardButtons">
217
 
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
218
 
     </property>
219
 
    </widget>
 
271
   <item row="4" column="0">
 
272
    <layout class="QHBoxLayout" name="horizontalLayout_7">
 
273
     <property name="sizeConstraint">
 
274
      <enum>QLayout::SetMinimumSize</enum>
 
275
     </property>
 
276
     <item>
 
277
      <widget class="QLabel" name="label_5">
 
278
       <property name="sizePolicy">
 
279
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
 
280
         <horstretch>0</horstretch>
 
281
         <verstretch>0</verstretch>
 
282
        </sizepolicy>
 
283
       </property>
 
284
       <property name="minimumSize">
 
285
        <size>
 
286
         <width>380</width>
 
287
         <height>0</height>
 
288
        </size>
 
289
       </property>
 
290
       <property name="font">
 
291
        <font>
 
292
         <pointsize>11</pointsize>
 
293
        </font>
 
294
       </property>
 
295
       <property name="text">
 
296
        <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
 
297
&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;
 
298
p, li { white-space: pre-wrap; }
 
299
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
 
300
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Edges to add in each step &lt;span style=&quot; font-style:italic;&quot;&gt;m&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
301
       </property>
 
302
      </widget>
 
303
     </item>
 
304
     <item>
 
305
      <widget class="QSpinBox" name="edgesPerStepSpinBox">
 
306
       <property name="minimumSize">
 
307
        <size>
 
308
         <width>100</width>
 
309
         <height>0</height>
 
310
        </size>
 
311
       </property>
 
312
       <property name="font">
 
313
        <font>
 
314
         <pointsize>11</pointsize>
 
315
        </font>
 
316
       </property>
 
317
       <property name="toolTip">
 
318
        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Tthe number of edges to add in each step&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
319
       </property>
 
320
       <property name="minimum">
 
321
        <number>1</number>
 
322
       </property>
 
323
       <property name="maximum">
 
324
        <number>9999</number>
 
325
       </property>
 
326
       <property name="singleStep">
 
327
        <number>2</number>
 
328
       </property>
 
329
       <property name="value">
 
330
        <number>1</number>
 
331
       </property>
 
332
      </widget>
 
333
     </item>
 
334
    </layout>
220
335
   </item>
221
336
   <item row="5" column="0">
 
337
    <layout class="QHBoxLayout" name="horizontalLayout_8">
 
338
     <property name="sizeConstraint">
 
339
      <enum>QLayout::SetMinimumSize</enum>
 
340
     </property>
 
341
     <item>
 
342
      <widget class="QLabel" name="label_6">
 
343
       <property name="sizePolicy">
 
344
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
 
345
         <horstretch>0</horstretch>
 
346
         <verstretch>0</verstretch>
 
347
        </sizepolicy>
 
348
       </property>
 
349
       <property name="minimumSize">
 
350
        <size>
 
351
         <width>380</width>
 
352
         <height>0</height>
 
353
        </size>
 
354
       </property>
 
355
       <property name="font">
 
356
        <font>
 
357
         <pointsize>11</pointsize>
 
358
        </font>
 
359
       </property>
 
360
       <property name="text">
 
361
        <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
 
362
&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;
 
363
p, li { white-space: pre-wrap; }
 
364
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
 
365
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Zero appeal &lt;span style=&quot; font-style:italic;&quot;&gt;α&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
366
       </property>
 
367
      </widget>
 
368
     </item>
 
369
     <item>
 
370
      <widget class="QSpinBox" name="zeroAppealSpinBox">
 
371
       <property name="minimumSize">
 
372
        <size>
 
373
         <width>100</width>
 
374
         <height>0</height>
 
375
        </size>
 
376
       </property>
 
377
       <property name="font">
 
378
        <font>
 
379
         <pointsize>11</pointsize>
 
380
        </font>
 
381
       </property>
 
382
       <property name="toolTip">
 
383
        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The initial attractiveness of a node - useful for isolate nodes with d =0&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
384
       </property>
 
385
       <property name="minimum">
 
386
        <number>0</number>
 
387
       </property>
 
388
       <property name="maximum">
 
389
        <number>9999</number>
 
390
       </property>
 
391
       <property name="singleStep">
 
392
        <number>2</number>
 
393
       </property>
 
394
       <property name="value">
 
395
        <number>0</number>
 
396
       </property>
 
397
      </widget>
 
398
     </item>
 
399
    </layout>
 
400
   </item>
 
401
   <item row="6" column="0">
222
402
    <layout class="QHBoxLayout" name="horizontalLayout_3">
223
403
     <item>
224
404
      <widget class="QLabel" name="label">
312
492
     </item>
313
493
    </layout>
314
494
   </item>
315
 
   <item row="6" column="0">
 
495
   <item row="7" column="0">
316
496
    <layout class="QHBoxLayout" name="horizontalLayout_4">
317
497
     <item>
318
498
      <widget class="QLabel" name="label_3">
374
554
     </item>
375
555
    </layout>
376
556
   </item>
377
 
   <item row="3" column="0">
378
 
    <layout class="QHBoxLayout" name="horizontalLayout_7">
379
 
     <property name="sizeConstraint">
380
 
      <enum>QLayout::SetMinimumSize</enum>
381
 
     </property>
382
 
     <item>
383
 
      <widget class="QLabel" name="label_5">
384
 
       <property name="sizePolicy">
385
 
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
386
 
         <horstretch>0</horstretch>
387
 
         <verstretch>0</verstretch>
388
 
        </sizepolicy>
389
 
       </property>
390
 
       <property name="minimumSize">
391
 
        <size>
392
 
         <width>380</width>
393
 
         <height>0</height>
394
 
        </size>
395
 
       </property>
396
 
       <property name="font">
397
 
        <font>
398
 
         <pointsize>11</pointsize>
399
 
        </font>
400
 
       </property>
401
 
       <property name="text">
402
 
        <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
403
 
&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;
404
 
p, li { white-space: pre-wrap; }
405
 
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
406
 
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Edges to add in each step &lt;span style=&quot; font-style:italic;&quot;&gt;m&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
407
 
       </property>
408
 
      </widget>
409
 
     </item>
410
 
     <item>
411
 
      <widget class="QSpinBox" name="edgesPerStepSpinBox">
412
 
       <property name="minimumSize">
413
 
        <size>
414
 
         <width>100</width>
415
 
         <height>0</height>
416
 
        </size>
417
 
       </property>
418
 
       <property name="font">
419
 
        <font>
420
 
         <pointsize>11</pointsize>
421
 
        </font>
422
 
       </property>
423
 
       <property name="toolTip">
424
 
        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Tthe number of edges to add in each step&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
425
 
       </property>
426
 
       <property name="minimum">
427
 
        <number>1</number>
428
 
       </property>
429
 
       <property name="maximum">
430
 
        <number>9999</number>
431
 
       </property>
432
 
       <property name="singleStep">
433
 
        <number>2</number>
434
 
       </property>
435
 
       <property name="value">
436
 
        <number>1</number>
437
 
       </property>
438
 
      </widget>
439
 
     </item>
440
 
    </layout>
441
 
   </item>
442
 
   <item row="4" column="0">
443
 
    <layout class="QHBoxLayout" name="horizontalLayout_8">
444
 
     <property name="sizeConstraint">
445
 
      <enum>QLayout::SetMinimumSize</enum>
446
 
     </property>
447
 
     <item>
448
 
      <widget class="QLabel" name="label_6">
449
 
       <property name="sizePolicy">
450
 
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
451
 
         <horstretch>0</horstretch>
452
 
         <verstretch>0</verstretch>
453
 
        </sizepolicy>
454
 
       </property>
455
 
       <property name="minimumSize">
456
 
        <size>
457
 
         <width>380</width>
458
 
         <height>0</height>
459
 
        </size>
460
 
       </property>
461
 
       <property name="font">
462
 
        <font>
463
 
         <pointsize>11</pointsize>
464
 
        </font>
465
 
       </property>
466
 
       <property name="text">
467
 
        <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
468
 
&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;
469
 
p, li { white-space: pre-wrap; }
470
 
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
471
 
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Zero appeal&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
472
 
       </property>
473
 
      </widget>
474
 
     </item>
475
 
     <item>
476
 
      <widget class="QSpinBox" name="zeroAppealSpinBox">
477
 
       <property name="minimumSize">
478
 
        <size>
479
 
         <width>100</width>
480
 
         <height>0</height>
481
 
        </size>
482
 
       </property>
483
 
       <property name="font">
484
 
        <font>
485
 
         <pointsize>11</pointsize>
486
 
        </font>
487
 
       </property>
488
 
       <property name="toolTip">
489
 
        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The initial attractiveness of a node - useful for isolate nodes with d =0&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
490
 
       </property>
491
 
       <property name="minimum">
492
 
        <number>0</number>
493
 
       </property>
494
 
       <property name="maximum">
495
 
        <number>9999</number>
496
 
       </property>
497
 
       <property name="singleStep">
498
 
        <number>2</number>
499
 
       </property>
500
 
       <property name="value">
501
 
        <number>0</number>
502
 
       </property>
503
 
      </widget>
504
 
     </item>
505
 
    </layout>
 
557
   <item row="8" column="0">
 
558
    <widget class="QDialogButtonBox" name="buttonBox">
 
559
     <property name="font">
 
560
      <font>
 
561
       <pointsize>11</pointsize>
 
562
      </font>
 
563
     </property>
 
564
     <property name="orientation">
 
565
      <enum>Qt::Horizontal</enum>
 
566
     </property>
 
567
     <property name="standardButtons">
 
568
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
569
     </property>
 
570
    </widget>
506
571
   </item>
507
572
  </layout>
508
573
  <zorder>label_2</zorder>
514
579
  <zorder>layoutWidget</zorder>
515
580
  <zorder>layoutWidget</zorder>
516
581
  <zorder>label_4</zorder>
 
582
  <zorder>layoutWidget_3</zorder>
517
583
 </widget>
518
584
 <resources/>
519
585
 <connections>