-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFastArrays.h
More file actions
19 lines (13 loc) · 912 Bytes
/
FastArrays.h
File metadata and controls
19 lines (13 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef FASTARRAYS_H
#define FASTARRAYS_H
#include <QString>
const QString statesList[32] = {"Tehran", "Ardabil", "Azerbaijan, East", "Azerbaijan, West",
"Bushehr", "Chahar Mahaal and Bakhtiari", "Fars", "Gilan", "Golestan",
"Hamadan", "Hormozgan", "Ilam", "Isfahan", "Kerman", "Kermanshah",
"Khorasan, North", "Khorasan, Razavi", "Khorasan, South", "Khuzestan",
"Kohgiluyeh and Boyer-Ahmad", "Kurdistan", "Lorestan", "Markazi",
"Mazandaran", "Qazvin", "Qom", "Semnan", "Sistan and Baluchestan",
"Alborz", "Yazd", "Zanjan", "All States"};
const QString colorList[] = {"Red", "Blue", "Pink", "Green", "White", "Black", "Orange",
"Brown", "Purple", "Gray", "Yellow"};
#endif // STATES_H